diff options
| -rw-r--r-- | .gitconfig | 2 | ||||
| -rw-r--r-- | .gitconfig.work.inc | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -40,5 +40,7 @@ prune = true [commit] gpgsign = true +[rerere] + enabled = true [includeIf "gitdir/i:~/Work/MBition/"] path = ~/.gitconfig.work.inc diff --git a/.gitconfig.work.inc b/.gitconfig.work.inc index c57c1f2..5ed184f 100644 --- a/.gitconfig.work.inc +++ b/.gitconfig.work.inc @@ -1,3 +1,5 @@ +[commit] + gpgsign = false [user] name = Ahmed AbdelHalim email = [email protected] |
