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

@ -1,15 +1,15 @@
[user]
name = nexy7574
email = git@nexy7574.co.uk
signingkey = 0FA334385D0B689F
signingkey = 0FA334385D0B689F
[color]
ui = always
[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]