A distributed revision control system with an emphasis on speed.

learn more… | top users | synonyms

0
votes
0answers
25 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 ...
4
votes
1answer
212 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 ...
2
votes
1answer
159 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
25 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 ...
4
votes
1answer
157 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 ...
2
votes
1answer
165 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 ...
3
votes
2answers
419 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 ...
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 ...
2
votes
1answer
341 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 ...
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 ...
4
votes
1answer
120 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 ...
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 ...
2
votes
1answer
685 views

Git based wikis with MathJax support

Which Git based wiki-software supports MathJax?
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.