feat(gitconfig): make main the default branch name for new repos

This commit is contained in:
Gregor Bückendorf 2021-11-09 09:22:05 +01:00
parent bd581b5172
commit 25a43a901b

View file

@ -22,3 +22,5 @@
[alias] [alias]
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
chronograph = graph --date-order chronograph = graph --date-order
[init]
defaultBranch = main