A distributed revision control system with an emphasis on speed.
8
votes
2answers
3k views
How to delete a file and folder from github.com repository using github.com's web interface?
How to delete a file and folder from github.com repository using github.com's web interface? I searched on Google but haven't found any answer.
I have found about how to do using commands
but I ...
7
votes
1answer
399 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 ...
4
votes
1answer
207 views
Where can I host a version control repository (such as Git, Mercurial etc.)
This post will cover hosting repositories on
Github
Bitbucket
Gitorious
Unfuddle
Beanstalk
Codeplex
Feel free to add other services if you have used them. I felt that this post was better suited ...
4
votes
2answers
2k views
How to Remove GitHub Pages?
I was playing about with my git repo and tried the GitHub pages feature but I'm not sure how to get rid of it. The check box on the repo admin is disabled.
4
votes
1answer
119 views
Can I enforce a password strength requirement for my team on GitHub?
I am concerned to let any team member in with a weak password on my dev team but I do not see a way to enforce that as a requirement in GitHub. Is this possible?
The concern is that a team members ...
4
votes
1answer
149 views
Merge commit from different fork of the same repo in GitHub
How can I apply pull request that was made for a parent repository of my fork into codebar of my fork. Not sure anyone can understand this question :), I'll try to explain with an an example.
There ...
3
votes
2answers
415 views
Upgrade gist to full GitHub project without commandline or IDE
I've been using GitHub's gist feature for some very lightweight HTML + CSS + JavaScript experiments.
I don't have git on my laptop either as a commandline tool or via some IDE. (I'm hitchhiking ...
2
votes
1answer
162 views
Watch a Git repository? (RSS/Twitter/…)
There is a Git repository that I want to be notified about. Any notificatioin would be fine: RSS would be the best, but Twitter or similar notifications are acceptable too. Unfortunately, the page is ...
2
votes
1answer
340 views
Import google docs document revision history into a git repository?
I'd like to view the revision history of a Google Docs document using more flexible tools like git, and possibly migrate some content from Google Docs into a git project.
Google Docs has an API with ...
2
votes
1answer
684 views
2
votes
1answer
148 views
Why doesnt github update my contributions section when i commit?
I made 3-4 commits on a single day to my repo using the Mac client for Github but the contributions section on my profile page doesnt update itself with changes in varying shades of green.
Why does ...
2
votes
0answers
24 views
Github “Network” page: How to center on last commit (not just last commit to master)
I use Github's "Network" page a lot:
https://github.com/nicolas-raoul/Anki-Android/network
Unfortunately it centers on the latest commit to master, and we do most of the work in branches, so the ...
1
vote
2answers
8k views
fatal: git-http-push-failed (return code 22)
After having problem with estabilishing connection to github.com now I have a problem with next step - pushing. I need to mention, that I am novice at GIT service, and this whole Distributed ...
0
votes
0answers
23 views
Github - newsfeed functionality to watch commits made to followed repositories?
GitHub allows users to "watch" and "star" repositories. But neither of these buttons gives me an option to follow pushes to these repos that would appear in my news feed - GitHub homepage when I'm ...