GitHub is a hosting service for software development projects that use Git for version control.
23
votes
5answers
5k views
git command for making one branch like another
I'm trying to take a branch with changes and bring it back to be identical to the upstream it diverged from. The changes are both local and have been pushed to github, so neither git reset or git ...
5
votes
3answers
4k views
Syncing with github
This is for the nth time that I'm trying to connect to my github account and its becoming increasingly frustrating at my failure to do this.
I followed this tutorial step by step Github setup on ...
10
votes
1answer
2k views
What is the difference between origin and upstream in github
What is the difference between origin and upstream in github?
When a git branch -a command is done, some branches have a prefix of origin (remotes/origin/..) while others have a prefix of upstream ...
287
votes
3answers
75k 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.
144
votes
5answers
51k 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 ...
431
votes
4answers
227k 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 ...
40
votes
9answers
36k 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). ...
4
votes
2answers
1k views
git diff doesn't show enough
I want to see the difference between the master branch and my feature branch. I have many pulls from the master to my feature branch and want to see the changes that would be added if I merged my ...
119
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 ...
1487
votes
11answers
396k 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 ...
165
votes
16answers
121k 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 ...
11
votes
2answers
2k views
GitHub source dynamic navigation
I was browsing thought GitHub today and noticed that the individual repository navigation doesn't use hash-bangs in the URL /#! or /# and the back button still works. How do you think they are ...
153
votes
13answers
92k 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. ...
81
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 ...
13
votes
6answers
18k views
Error when “git push” to github
I have a public repository at github.com with 2 branches : master and test.
I created a new directory locally and did:
[ ] git clone git@github.com:{username}/{projectname}.git
Then I created a ...
171
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 ...
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 ...
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 ...
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
35
votes
5answers
17k views
Git: Clone only one branch
I would like to know how I could clone only one branch instead of cloning the whole git repository.
14
votes
3answers
6k views
clone parts of a github project [duplicate]
Possible Duplicate:
Is there any way to clone a git repository’s sub-directory only?
I'm trying to clone parts of a github project but I can only get the root folder.
This is the first time ...
3
votes
2answers
576 views
How AJAX is done in github source browse?
Github has a really nice source browser. Navigating between different paths in the repo generates ajax calls to load the content (as you can clearly see in the firebug log). The ajax call returns the ...
7
votes
2answers
8k views
Jenkins - Git - Permission denied (publickey)
I am setting up Jenkins on a Win 2008 server machine and am having some trouble configuring Jenkins to connect to GitHub. I get the following error:
Command "git.exe fetch -t ...
2
votes
2answers
257 views
How to keep different content of one file in my local and github repository?
I have a database.php. I want to keep it in my github repository without any sensitive information.
First I pushed to my repository without any sensitive info.
Now I added my database info so that ...
136
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 ...
159
votes
7answers
46k views
Import existing source code to github
how can I import source code from my computer to my github account?
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 ...
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 ...
139
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?
48
votes
3answers
20k 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 ...
37
votes
4answers
12k views
Multiple GitHub Accounts & SSH Config
I'm having some trouble getting two different SSH keys/GitHub accounts to play well together. I have the following setup:
Repos accessible from one account using git@github.com:accountname
Repos ...
86
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 ...
47
votes
9answers
32k 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.
...
19
votes
2answers
2k views
Creating GitHub repository with only a subset of a local repository's history
The background: I'm moving closer to open sourcing a personal research code I've been working on for more than two years. It started life as an SVN repository, but I moved to Git about a year ago, and ...
27
votes
3answers
13k views
Git fails when pushing commit to github
I cloned a git repo that I have hosted on github to my laptop. I was able to successfully push a couple of commits to github without problem. However, now I get the following error:
Compressing ...
19
votes
3answers
2k views
How to do awesome refreshless page changes like GitHub
GitHub seems to be doing something incredible: animated page changes without breaking state. The address bar changes, but the page doesn't refresh and I get animated to the next view.
For example, ...
22
votes
2answers
9k views
Push from github to heroku without downloading repo
I have a github repo that I want to push to a heroku node. A 3rd host will be co-ordinating this. As I'm going to be doing this on a large scale I want to avoid having to download the contents of the ...
16
votes
2answers
18k views
Remove files from git repo completely
I accidently added a folder of images and commited. Then, I made one more commit.
Then I removed those files using "git rm -f ./images" & commited again.
Right now, I have made a lot more ...
14
votes
2answers
5k views
How does github change URL without reloading a page?
Go to any github page and click on any of the directories/files, the URL changes but only part of the page is updated. There's no whole page reloading.
How do I do something similar using jQuery?
...
20
votes
2answers
3k views
What is the best practice for dealing with passwords in github?
I've got a little Bash script that I use to access twitter and pop up a Growl notification in certain situations. Whats the best way to handle storing my password with the script?
I would like to ...
15
votes
2answers
3k views
How to keep public and private versions of a git repo in sync?
I'm releasing an open-source Rails app on Github (probably MIT license). I also want to maintain a private branch/fork of the project that we will use as part of a pay service.
What is the best way ...
1
vote
2answers
2k views
Cannot get Http on git to work
I am using gitbash for git on my thumbdrive. I have a firewall blocking me and would like to set up my git for http access. I use github and I have seen all kinds of infomation on how to do so but I ...
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 ...
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 ...
20
votes
4answers
5k views
Using git, how do I ignore a file in one branch but have it committed in another branch?
I've got a project that I'm deploying to heroku. The source code tree includes a bunch of mp3 files (the website will be for a recording project I was heavily involved with).
I'd like to put the ...
26
votes
4answers
17k views
Git: Recover deleted (remote) branch
I need to recover two Git branches that I somehow deleted during a push.
These two branches were created on a different system and then pushed to my "shared" (github) repository.
On my system, I ...
12
votes
3answers
2k views
when you have secret key in your project, how can pushing to GitHub be possible?
I am trying to push a brand new, empty Rail 3.0.4 project to GitHub, but just realize that the cookie session store has a secret key:
In config/initializers/secret_token.rb
...
12
votes
1answer
3k views
Can I update a forked project, on git, to the original/master copy?
A few weeks ago i forked a public project on GitHub. Today, I wish to try some stuff on it BUT i want to make sure the copy I use is the most recent.
Can I update my fork, first?
And what happens ...
2
votes
1answer
3k views
Facebook signed request problem
I want to write a fangate for my facebook page, but it didnt work and i doesnt find any help on the inter net
require 'facebook.php';
$app_id = '16850872653xxxx';
$app_secret = ...
3
votes
2answers
4k views
$.ajax() on phonegap
Anyone know an example of phonegap with $.ajax() in github for Android? I have read of JSONP or CORS but I have worked only requesting data from Twitter.
I just need to get my data server.