Open main menu
Freephile Wiki
Search
Changes
← Older edit
Newer edit →
Git/hacks
(view source)
Revision as of 23:21, 30 March 2017
7 bytes added
,
23:21, 30 March 2017
add the branch name to the pull
git remote add github git@github.com:USER/project.git
# pull in anything from 'upstream' (assuming that now GitHub is the canonical source)
git pull github
master
# push any changes up
git push --set-upstream github master
Freephile
Bureaucrats
, confirmed,
Administrators
4,558
edits