GitHub is a hosting service for software development projects that use Git for version control.
168
votes
3answers
26k 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 gave a pull request to the developer to incorporate my fix, but the developer decided to implement a different fix ...
102
votes
5answers
10k 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?
89
votes
3answers
22k 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.
85
votes
7answers
52k 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? Whats the best workflow ...
78
votes
14answers
39k 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 ...
78
votes
10answers
39k views
What's the best Web interface for Git repositories?
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. ...
68
votes
10answers
33k views
HTTPS github access
I'm stuck behind a firewall so have to use https to access my github repository. It's a new one I'm creating & am using cygwin 1.7.7 on XP.
I've tried setting the remote to ...
67
votes
5answers
7k 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 ...
64
votes
12answers
14k 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.)
...
64
votes
17answers
37k 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 ...
61
votes
4answers
8k 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 ...
50
votes
5answers
17k views
Is there any way to clone a git repository's sub-directory only?
I've got my git repo here:
http://github.com/nicksergeant/finisht/tree/master
Which, at the root, has two sub-dirs:
/finisht
/static
When this was in SVN, /finisht was checked out in one place, ...
46
votes
5answers
9k views
Setup a git external for remote repo
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 ...
44
votes
4answers
12k views
How to install gem from GitHub source?
I know this is probably kind of noob question, but I never tried this before and
I'm not sure how to do this.
So when I installed my gem with gem utility it installed too old version. I want latest ...
40
votes
10answers
15k 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 ...
32
votes
2answers
18k 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 ...
29
votes
14answers
17k views
Git and Trac (or similar)
In the past I have really enjoyed using Trac with subversion repositories hosted on some of my own servers. The integrated ticketing and online code browsing is very convenient.
I have used github ...
28
votes
4answers
9k 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 ...
27
votes
2answers
6k 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 ...
26
votes
2answers
10k 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 ...
25
votes
4answers
2k 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
24
votes
7answers
6k 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 ...
23
votes
1answer
2k views
Closing multiple issues in Github with a commit message
I know you can close issues by putting closes #1 or fixes #1 in the commit message. What is the best way to close multiple issues in the same commit message?
Also, it appears that using fixes rather ...
23
votes
2answers
7k views
Merge changes from remote github repository to your local repository
I have forked a repository on github some time ago, made a small change and pushed the change back to my github fork. The original repository has changed since. I would like to merge the changes from ...
22
votes
6answers
2k views
Why are Ruby projects so dominant at Github?
Ruby is the most popular language at Github by far. Compare that with the questions at Stack Overflow or the TIOBE index.
What is the reason for this difference in relative popularity in different ...
21
votes
2answers
2k views
Submitting github pull request for only latest commit?
Basically, I'm new to git and github and am confused. Here's what I'm trying to do:
I forked a project on github and am successfully making changes to my local master and pushing to origin on ...
20
votes
1answer
882 views
What's the default license of code published at github?
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 ?
20
votes
2answers
7k views
GitHub and Visual Studio [closed]
Possible Duplicate:
Using Git with Visual Studio
What's the most painless way for the Visual Studio developer to start using GitHub? Ideally the answer would involve a Visual Studio plugin, ...
19
votes
11answers
5k views
Auth problem with Egit and Github
I've installed Egit plugin at Eclipse Helios and i'm trying to use it with my github account, but when i try to configure it i get an "Auth Failed" error.
I'd been googling it but no luck... it seems ...
18
votes
3answers
2k 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 ...
18
votes
3answers
2k views
Confusing error message from git
I got this message from Git:
You asked to pull from the remote 'origin', but did not specify
a branch. Because this is not the default configured remote
for your current branch, you must ...
18
votes
3answers
10k 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 ...
17
votes
3answers
2k 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 ...
16
votes
2answers
908 views
Git push fails to github: failed to read object
The story:
I've been developing a RoR-app in both my desktop and laptop. It was quite handy to commit changes made on another, push them to github and fetch & merge on other.
The starting point ...
16
votes
6answers
11k views
Error pushing to GitHub - insufficient permission for adding an object to repository database
I'm getting back an unusual error while trying to do a "git push" to my GitHub repository:
Counting objects: 8, done.
Delta compression using 2 threads.
Compressing objects: 100% (4/4), done.
...
16
votes
3answers
3k views
how do you push only some of your local git commits?
Suppose I have 5 local commits. I want to push only 2 of them to a centralized repo (using an SVN-style workflow). How do I do this?
This did not work:
git checkout HEAD~3 #set head to three ...
15
votes
4answers
17k 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 ...
15
votes
2answers
2k views
Github: readonly access to a private repo
I am developing some private projects on Github, and I would like to add nightly cronjobs to my deployments servers to pull the latest version from github. I am currently doing this by generating ...
15
votes
5answers
3k views
Can open source code hosted at github be closed-source?
Can the owner of an open source github repository later decide to close it? What about other people's contribution to that project?
Edit - several people focused only on the legal aspects. Besides ...
14
votes
3answers
482 views
What are the ethics & etiquette of forking someone else's github project to release it as a gem?
I'm doing some spare time coding around CultureGrid. They have a SOLR API to access 1.2m cultural artefacts. I've released a gem to consume their service, but I've got a nice idea about using ...
14
votes
2answers
3k views
Workflow for GitHub-based code review
I'm considering using GitHub as our primary tool for doing code review. With features like in-line commenting and compare view, it seems to have a lot of features that tools like Gerrit have on offer.
...
14
votes
3answers
6k views
How to upload fresh code at github?
I have a directory with all my coding projects. I want to upload (right word?) it to github using command line.
I already looked at this question.
I know how to clone an existing project, and how to ...
14
votes
5answers
13k views
How do I change a Git remote HEAD to point to something besides “master”
Short version: How do I set a Git remote's HEAD ref to point to something besides "master"?
My project has a policy not to use a "master" branch (all branches are to have meaningful names). ...
14
votes
3answers
5k views
Rolling back in Git
We're using Github. I have committed, and pushed, several patches:
A1-->A2-->A3-->A4 (HEAD)
Everyone's pulled these changesets into their local copy.
Now we want to "roll back" to A2, and continue ...
13
votes
2answers
3k views
Authenticate Jenkins CI for Github's private repository
I'd like for Jenkins to automagically fetch data from my private repository hosted on Github.
But I have no idea how to accomplish that task.. Tried the documentation, generating ssh-key for jenkins ...
13
votes
4answers
2k 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 ...
13
votes
3answers
1k 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 ...
13
votes
8answers
3k views
Best Git book for a noob
I am a complete noob when it comes to working with Git and Github. I have been using Subversion professionally for a few years. I am trying to decide between the Pro Git book or the Pragmatic ...
13
votes
4answers
14k 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 ...
13
votes
6answers
2k views
How does bug tracker/version control integration work with typical git workflows?
Here's are examples of git workflows:
http://wiki.github.com/bard/sameplace/typical-git-workflow
http://www.nabble.com/Git-workflow-overview-td16340337.html
...