Update Forked GitHub Repository
Posted by Stefan Schmidt onNote to myself...
My changes should be Committed to my current master or AwesomeNewFeature branch
Add origin repo...
git remote add upstream http:// original repo.git
Get current version
git fetch upstream
Get my stuff back into working directory
git checkout master / AwesomeNewFeature
With some luck I can merge the upstream master with my branch
git merge upstream/master
Upload to Github
git push
Trackbacks
Trackback specific URI for this entryThis link is not meant to be clicked. It contains the trackback URI for this entry. You can use this URI to send ping- & trackbacks from your own blog to this entry. To copy the link, right click and select "Copy Shortcut" in Internet Explorer or "Copy Link Location" in Mozilla.
No Trackbacks
The author does not allow comments to this entry
Comments
Display comments as Linear | ThreadedNo comments