Git is an open-source distributed version control system (DVCS). Use this tag for questions related to Git usage and workflows. Do not use this tag for general programming questions that happen to involve a Git repository.
I have a problem setting Sublime Text 2 as the core.editor with git. I've read through every post I coul
I am trying to follow along Michael Hartl's Rails tutorial but I've run across an error. I signed
When I clone something from Github, it creates a folder with the same name as the app on my computer. Is there
The terminology used to merge a branch with an official repository is a 'pull request'. This is conf
Say I have a repository on git.fedorahosted.org and I want to clone this into my account at github to have my
I have a project hosted on GitHub. I fail when trying to push my modifications on the master. I always get the
In a GitHub repository you can see “language statistics”, which displays the percentage of the project tha
I create a new repository: git init echo "# MESSAGE" >> README.md git add README.md git commit -m "first
I have my project on GitHub at some location, [email protected]:myname/oldrep.git. Now I want to push all my cod
How can I import source code from my computer to my GitHub account?
What is the difference between a Pull request and a Merge request? In GitHub, it's a Pull Request while i
So I first forked a repo and then made a commit to that forked repo. I then opened a pull request. The pull re
Using git branch --all shows all remote and local branches. When does Git refresh this list? On pull/push? An
I've got a project checked locally from GitHub, and that remote repository has since had changes made to
For some reason, I can't push now, whereas I could do it yesterday. Maybe I messed up with configs or som
What is the purpose of gist and how is it different from regular code sharing/maintaining using GitHub?
I committed and pushed some directory to github. After that, I altered the .gitignore file adding a directory
If I want to merge into a Git branch the changes made only to some of the files changed in a particular commit