diff options
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ abbrev = 12 whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = ~/.gitignore +[init] + defaultBranch = main [alias] amend = commit --amend --date=now co = checkout |