diff --git a/templates/gitconfig.j2 b/templates/gitconfig.j2 index a2aee98..e276610 100644 --- a/templates/gitconfig.j2 +++ b/templates/gitconfig.j2 @@ -14,4 +14,6 @@ [core] excludesfile = ~/.gitignore editor = vim - filemode = false \ No newline at end of file + filemode = false +[rerere] + enabled = true \ No newline at end of file