diff options
author | johannst <johannst@users.noreply.github.com> | 2020-05-22 15:16:47 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2020-05-22 15:16:47 +0000 |
commit | 78ecd047f07df42673eb63436fe4508d1c3b22cd (patch) | |
tree | b62ba40a3958385cc10fb9efdfb492f763ea8d68 /print.html | |
parent | 5da8692e5224e5674086fbc15eee5da4577c07b0 (diff) | |
download | notes-78ecd047f07df42673eb63436fe4508d1c3b22cd.tar.gz notes-78ecd047f07df42673eb63436fe4508d1c3b22cd.zip |
deploy: d515b97f6aba2adcb44a0a86df49a7b94a53df6c
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> |