diff options
| -rw-r--r-- | dot-config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index ded9c96..13cff1e 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -11,3 +11,4 @@ pop = stash pop amend = commit --amend unstage = restore --staged + untrack = rm --cached |
