feat(gitconfig): make main the default branch name for new repos
This commit is contained in:
parent
bd581b5172
commit
25a43a901b
1 changed files with 2 additions and 0 deletions
|
@ -22,3 +22,5 @@
|
|||
[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
|
||||
chronograph = graph --date-order
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue