diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-05-21 16:37:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-05-21 16:37:49 +0200 |
| commit | 7843008d472fbddc7331db24ab129ac056e79c20 (patch) | |
| tree | 625a931af3ac7c3683881217799722c9c7a6538b | |
| parent | 6aed0e934692fed5fd509f67eff6da8aaccf3ea9 (diff) | |
Enable rerere and disable default signing for work
| -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] |
