1
0
Fork 0

Change default git branch to dev for new repos

Signed-off-by: nexy7574 <git@nexy7574.co.uk>
This commit is contained in:
Nexus 2024-08-07 01:16:04 +01:00
parent a214089bcd
commit 8fda973f3b

View file

@ -7,9 +7,9 @@
[pull]
rebase = false
[commit]
gpgsign = true
gpgsign = false
[init]
defaultBranch = master
defaultBranch = dev
[alias]
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
[core]