gitconfig: Set advice.detachedHead=false
This commit is contained in:
parent
a8d1c29d14
commit
3458164a38
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
# Normalize line endings
|
# Normalize line endings
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
||||||
|
[advice]
|
||||||
|
detachedHead = false
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue