diff --git a/git/config b/git/config index 27aae28..10d1c2e 100644 --- a/git/config +++ b/git/config @@ -8,7 +8,7 @@ interactive = auto [alias] - ci = commit -S + ci = commit co = checkout d = diff ds = diff --staged @@ -30,6 +30,9 @@ [gpg] program = gpg2 +[commit] + gpgSign = true + [url "git@github.com:"] insteadOf = https://github.com/ pushInsteadOf = https://github.com/