Changes

Jump to navigation Jump to search
7 bytes added ,  00:21, 31 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 githubmaster
# push any changes up
git push --set-upstream github master
4,558

edits

Navigation menu