diff options
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 8d4195c..c006c75 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,3 +15,5 @@ stashpull = !git stash && git pull && git stash pop stat = status tree = log --all --graph --oneline +[gpg] + program = gpg2 |