aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'print.html')
-rw-r--r--print.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.html b/print.html
index ec9ac6b..8c982fa 100644
--- a/print.html
+++ b/print.html
@@ -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>