diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-07-03 12:13:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-07-03 12:13:25 +0200 |
| commit | 4ef06fdec12a699995142e44a9d996a2c08df32f (patch) | |
| tree | 6f6ca5a8cf0289a2063e45c0b5436251c404f1cb /.gitconfig | |
| parent | 68956a700ae39b33d68e8e1e7ea60ce221f4cb67 (diff) | |
Configure main to be the init git branch instead of master
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +[init] + defaultBranch = main [color] ui = true status = auto |
