Site Tools


quickref:git

This is an old revision of the document!


Git

Git version control quick reference.

Push local branch to named remote branch

Pass in -u to set the origin default.

git push <remote> <local branch>:<remote branch>
quickref/git.1762266350.txt.gz · Last modified: by theorytoe