aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-02-25 21:05:15 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-02-25 21:05:15 +0100
commit4bfb2373fa02a3bb560fc855d2fb6df505f71cb4 (patch)
tree438829fd0218c3392fb10abd151f63073ae0e303
parent8b3a702b17a0c4b4679d6cc274713b6e52a323b5 (diff)
downloadnotes-4bfb2373fa02a3bb560fc855d2fb6df505f71cb4.tar.gz
notes-4bfb2373fa02a3bb560fc855d2fb6df505f71cb4.zip
git: added partial stating
-rw-r--r--git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index e28e115..2616d65 100644
--- a/git.txt
+++ b/git.txt
@@ -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,