diff options
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index c006c75..741169c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,5 +15,6 @@ stashpull = !git stash && git pull && git stash pop stat = status tree = log --all --graph --oneline + unstage = restore --staged [gpg] program = gpg2 |