GitHub is a hosting service for software development projects that use Git for version control.
1494
votes
11answers
400k views
How do I delete a Git branch both locally and in GitHub?
I created a bugfix branch to fix a bug on a project that I had forked on GitHub. I issued a pull request to the developer to incorporate my fix, but the developer decided to implement a different fix ...
433
votes
4answers
230k views
GIT revert to previous commit… how?
If I do "git log" and get the following output:
[root@me dev]# git log
commit a867b4af366350be2e7c21b8de9cc6504678a61b`
Author: Me
Date: Thu Nov 4 18:59:41 2010 -0400
blah blah blah...
commit ...
287
votes
3answers
76k views
How can I remove a commit on github?
I "accidentally" pushed a commit to github.
Is it possible to remove this commit?
I want to revert my github repository as it was before this commit.
263
votes
7answers
34k views
Link to GitHub issue number with commit message?
Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?
178
votes
6answers
63k views
what's the file extension .md? How should I edit them?
When I walked around GitHub, I saw many README.md files. It seems a simple format file to express text and pictures.
But I googleed it and found nothing. I guess there is an editor or syntax ...
173
votes
7answers
122k views
Rollback File to much earlier version
Is there a way in Git to rollback to a much earlier version of a file? I can roll back to the previous version with REVERT, but what if I want to go back to earlier versions? What's the best workflow ...
165
votes
16answers
122k views
SSL certificate rejected trying to access GitHub over HTTPS behind firewall
I'm stuck behind a firewall so have to use HTTPS to access my GitHub repository. I'm using cygwin 1.7.7 on Windows XP.
I've tried setting the remote to ...
160
votes
7answers
47k views
Import existing source code to github
how can I import source code from my computer to my github account?
156
votes
4answers
14k views
How do you attach a new pull request to an existing issue on github?
I'm not sure, but I have a vague memory of creating a github pull request with "Issue 4" or something in the title, and it automatically attached itself to Issue 4 in the project that I was submitting ...
154
votes
13answers
93k views
What's the best Web interface for Git repositories? [closed]
I've been using Git for a bit now (hosting my own) and would love to have something like GitHub that I could setup for my own repos. I've seen GitWeb, but I just don't like using it all that much. ...
152
votes
5answers
22k views
Should Gemfile.lock be included in .gitignore?
I'm sort of new to bundler and the files it generates. I have a copy of a git repo from github that is being contributed to by many people so I was surprised to find that bundler created a file that ...
144
votes
5answers
52k views
Is there any way to clone a git repository's sub-directory only?
I have my git repo which, at the root, has two sub-dirs
/finisht
/static
When this was in SVN, /finisht was checked out in one place, while /static was checked out elsewhere, like so:
svn co ...
141
votes
7answers
44k views
How to install gem from GitHub source?
I would like to install gem from the latest GitHub source.
How do I do this?
137
votes
1answer
13k views
How to update GitHub forked repository?
I recently forked a project and applied several fixes. I then created a pull request which was then accepted.
A few days later another change was made by another contributor. So my fork doesn't ...
133
votes
5answers
21k views
Search code inside a Github project
Is there a way to grep for something inside a Github project's code?
I could pull the source and grep it locally, but I was wondering if it's possible through the web interface or a 3rd-party ...
130
votes
7answers
40k views
How can I determine the url that a local git repo was originally cloned from?
I pulled a project from github a few days ago. I've since discovered that there are several forks on github, and I neglected to note which one I took originally. How can I determine which of those ...
130
votes
7answers
29k views
Git push requires username and password
Today I cloned a git repository from my Github account to my PC.
I have been working on it with my laptop.
Now I want to work with both my PC and laptop, but with one Github account.
The problem ...
125
votes
17answers
79k views
Push origin master error on new repository
I just started using git with github. I followed their instructions and ran into errors on the last step. I'm checking in an existing directory that isn't currently source-controlled (project about a ...
121
votes
17answers
51k views
Pushing to Git returning Error Code 403 fatal: HTTP request failed
I was able to clone a copy of this repo over HTTPS authenticated. I've made some commits and want to push back out to the GitHub server. Using Cygwin on Windows 7 x64.
...
120
votes
8answers
35k views
Is there a way to skip password typing when using https:// github
I recently switched to syncing my repos to https:// in github (due to firewall issues) and it asks for a password every time. It used to be that I had an ssh cert and it was enough. Is there a way to ...
119
votes
5answers
26k views
Git keeps prompting me for password
I've been using Git for a while now, but the constant requests for a password are starting to drive me up the wall.
I'm using OSX and Github, and I set up Git and my SSH keys as instructed by ...
116
votes
17answers
61k views
Why is Github more popular than Gitorious? [closed]
Gitorious has been around longer and the two sites seem to cover the same ground, yet a quick Google Fight shows Github almost two orders of magnitude higher.
Is there a larger distinction that I'm ...
108
votes
2answers
21k views
Merging between forks in GitHub
I forked a GitHub repository. Then I pushed some changes to my fork. Then the original repository merged my changes and some others. Now, I want to merge those changes I'm missing. I tried a simple ...
105
votes
6answers
13k views
Fork and synchronise Google Code Subversion repository into GitHub
How can I fork and keep in sync with an Google Code Subversion repository that I don't have write access to, into a GitHub repository?
I want to be able to develop my own features in my Git ...
101
votes
5answers
23k views
How to set up a git project to use an external repo submodule?
I'd like to create a repo which pulls in a remote repo.
For example, let's say jQuery as a submodule:
git://github.com/jquery/jquery.git
What would be the process of creating a repo with jQuery as ...
100
votes
4answers
72k views
Git fetch remote branch
My colleague and I are working on the same repository we've branched it into two branches each technically for different projects, but they have similarities so we'll sometimes want to commit back to ...
87
votes
5answers
12k views
How do I rename a repository on GitHub?
I wanted to rename one of my repositories on GitHub, but I got scared when a big red warning said:
We will not set up any redirects from the old location
You will need to update your local ...
83
votes
5answers
83k views
Git pull certain branch from github
I have a project with multiple branches. I've been pushing them to github, and now that someone else is working on them i need to do a pull from github. It works fine in master. But say I have branch ...
83
votes
9answers
75k views
github: newbie problems -> Permission denied (publickey). fatal: The remote end hung up unexpectedly
i have followed this instructions below to upload a project.
Global setup:
Download and install Git
git config --global user.name "Your Name"
git config --global user.email ...
82
votes
4answers
57k views
Deleting Files using Git/GitHub
First off, I'm new to Git.
I deleted a bunch of files locally on my Mac using Finder. I want the files that I deleted to no longer show in the current branch, but they do.
Any Git users know a ...
82
votes
6answers
33k views
Error Remote Origin Already Exists on Git Push to New Repository
I have put my project on github at some location git@github.com:myname/oldrep.git. Now I want to push all my code to a new repository at some new location git@github.com:newname/newrep.git. So I used ...
81
votes
7answers
48k views
Github first push problem… how to merge remote changes?
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to 'git@github.com:me/me.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge ...
80
votes
4answers
38k views
“git pull” or “git merge” between master and development branches
i have my master branch and a develop branch for working on a few changes. i need to merge changes from master into develop, but will eventually merge everything from develop into master. which is the ...
78
votes
14answers
18k views
Project management to go with GitHub
(EDIT: This question is now outdated for my particular issue, as Google Code supports git now and I've converted Protocol Buffers to Mercurial anyway. However, it's still of general interest, IMO.)
...
77
votes
7answers
90k views
How to download source from GitHub?
I see something strange like:
http://github.com/zoul/Finch.git
Now I'm not that CVS / SVN / etc. dude. When I open that in the browser it tells me that I did something wrong. So I bet I need some ...
69
votes
3answers
9k views
Send a pull request on GitHub for only latest commit
I forked a project on github and am successfully making changes to my local master and pushing to origin on github. I want to send a pull request, but only want to include the last commit. The pull ...
65
votes
3answers
13k views
github relative link in markdown file
Is there a way to create a URL anchor <a> link from within a markdown file, to another file within the same repo and branch (aka a link relative to the current branch).
For example, in the ...
61
votes
3answers
10k views
Search all of git history for string?
I have a code base which I want to push to github as open source. In this git-controlled source tree, I have certain configuration files which contain passwords. I made sure not to track this file and ...
60
votes
4answers
5k views
Is it possible to include a file in your .gitconfig
I'd like to include a file in my .gitconfig that has my github settings - is this possible?
Can I do something like this:
[core]
include = /path/to/file
57
votes
2answers
11k views
How can I rollback a github repo to a specfic commit?
Example:
My github has 100 commits in it right now.
I need to rollback the repo to commit 80, and remove all the subsequent ones.
Why?
This repo is supposed to be for merging from misc ...
56
votes
11answers
23k views
Google Code + SVN or GitHub + Git
Let me start by telling you that I never used anything besides SVN and I'm also a Windows user.
I have a couple of simple projects that are open-source, others are on their way when I'm happy enough ...
56
votes
5answers
14k views
Git fork is git clone?
I keep hearing people say they're forking code in git. Git "fork" sounds suspiciously like git "clone" plus some (meaningless) psychological willingness to forgo future merges. There is no fork ...
55
votes
2answers
10k views
No newline at end of file
When I do a git diff it shows No newline at end of file. I was wondering what exactly is this message (Like am I missing out on something? Why is it so important?)
54
votes
3answers
5k views
What's the default license of code published at github? [closed]
When no license is explicitly attached to a piece of code hosted at github (neither as a separate file, nor in the headers, nor in the readme), what is the default license inherited by the code ?
54
votes
4answers
7k views
Update my github repo which is forked out from another project
I have forked out a Parent: project to Child: this. Now, I want to update my child with parents current updates. Can I do that, if yes how?
When I update my github repo, then I can do a "git pull" to ...
53
votes
4answers
11k views
Linking to other Wiki pages on Github? [closed]
Github Wikis allow you to link to other pages in the Wiki like so:
[[Wiki Page Name]]
However, I want to display different text than the Wiki page name when making the link. Is there a way to do ...
53
votes
7answers
12k views
Why is “origin/HEAD” shown when running “git branch -r”?
When you run git branch -r why the blazes does it list origin/HEAD? For example, there's a remote repo on GitHub, say, with two branches: master and awesome-feature. If I do git clone to grab it and ...
52
votes
1answer
14k views
Git push existing repo to a new and different remote repo server?
Say I have a repository on git.fedorahosted.org and I want to clone this into my account at github to have my own playground aside from the more "official" repo on fedorahosted.
What would be the ...
51
votes
2answers
6k views
Pull new updates from original Github repository into forked Github repository
I forked someone's repository on Github and would like to update my version with commits and updates made in the original repo. These were made after I forked my copy.
How can I pull in the changes ...
51
votes
5answers
16k views
Is there a Github clone that I can run on my own server?
I know there are plenty of ways to run git on my server, but I quite like the functionality of git with repo browsing - the fact that i can look at previous versions in the web interface.
Now was I ...