diff options
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index bfc11d3..bf56d48 100644 --- a/.config/git/config +++ b/.config/git/config @@ -37,6 +37,8 @@ [grep] # show linenumber (-n) lineNumber = true +[init] + defaultBranch = main [log] # show short commit sha abbrevCommit = true |