Changes

Jump to navigation Jump to search
114 bytes added ,  00:38, 31 March 2017
no edit summary
# pull in anything from 'upstream' (assuming that now GitHub is the canonical source)
git pull github master
# push any changes up; setting the new remote as the upstream for the 'master' branch
git push --set-upstream github master
# from now on you can just 'git push' from master
</source>
4,558

edits

Navigation menu