aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.html
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2020-05-22 15:16:47 +0000
committerjohannst <johannst@users.noreply.github.com>2020-05-22 15:16:47 +0000
commit78ecd047f07df42673eb63436fe4508d1c3b22cd (patch)
treeb62ba40a3958385cc10fb9efdfb492f763ea8d68 /print.html
parent5da8692e5224e5674086fbc15eee5da4577c07b0 (diff)
downloadnotes-78ecd047f07df42673eb63436fe4508d1c3b22cd.tar.gz
notes-78ecd047f07df42673eb63436fe4508d1c3b22cd.zip
deploy: d515b97f6aba2adcb44a0a86df49a7b94a53df6c
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 &lt;bname&gt; ............. create branch with name &lt;bname&gt;
git checkout &lt;bname&gt; ........... switch to branch with name &lt;bname&gt;
+ git checkout --track &lt;branch&gt; .. start to locally track a remote branch
git push -u origin &lt;rbname&gt; .... push branch to origin (or other remote), and
setup &lt;rbname&gt; as tracking branch
</code></pre>