Set git default branch master.
This commit is contained in:
parent
8616cdc5dd
commit
e379be8c79
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
on = log --graph --oneline --decorate @{u}~1..HEAD
|
||||
om = log --graph --oneline --decorate HEAD~1..@{u}
|
||||
upstream = clone --origin upstream
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[push]
|
||||
default = simple
|
||||
[credential "helperselector"]
|
||||
|
|
Loading…
Reference in a new issue