diff options
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -655,6 +655,7 @@ list-keys -t vi-copy list keymaps for vi-copy mode remote tracking branch git branch <bname> ............. create branch with name <bname> git checkout <bname> ........... switch to branch with name <bname> + git checkout --track <branch> .. start to locally track a remote branch git push -u origin <rbname> .... push branch to origin (or other remote), and setup <rbname> as tracking branch </code></pre> |