1
vote
2answers
127 views

Host Project on Public GitHub Repo but Hide Sensitive Information

So I'm fine with the source code to my files being public, but I obviously don't want my passwords/login info/etc to be public. How can I host the repo with GitHub publicly but keep myself safe?
7
votes
1answer
400 views

Online tool showing network graph (as seen on Github) for any Git repo without having to clone?

I love Github's Network graph because it allows to see at a glance what are the trends of a Git repo, without having to clone that repo locally. PROBLEM: It only works for Github-hosted repos, as ...
15
votes
2answers
1k views

Can I associate a github gist with an organization?

My team has a GitHub organization account. A lot of the work I do results in one-off scripts that we want to be able to have on our organization page, but that aren't big enough projects to justify ...