diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-02-25 21:05:15 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-02-25 21:05:15 +0100 |
commit | 4bfb2373fa02a3bb560fc855d2fb6df505f71cb4 (patch) | |
tree | 438829fd0218c3392fb10abd151f63073ae0e303 | |
parent | 8b3a702b17a0c4b4679d6cc274713b6e52a323b5 (diff) | |
download | notes-4bfb2373fa02a3bb560fc855d2fb6df505f71cb4.tar.gz notes-4bfb2373fa02a3bb560fc855d2fb6df505f71cb4.zip |
git: added partial stating
-rw-r--r-- | git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ |submodules| |revision_range| + - *misc* + git add -p [<file>] ......................... partial staging (interactive) + - *remote* git remote -v ............................... list remotes verbose (with URLs) git remote show [-n] <remote> ............... list info for <remote> (like remote HEAD, remote branches, |