diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-01-24 12:54:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-01-24 12:54:33 +0100 |
commit | 3b21170fda2f06c9740b383704f152fd4607c366 (patch) | |
tree | aac4c72115965633dd227be3404495296b903ab4 /.gitconfig | |
parent | 68a8731c1631d516978cb14163d5379489d2138f (diff) |
.gitconfig: set init.defaultBranch=main
Diffstat (limited to '.gitconfig')
-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 |