diff --git a/.gitconfig b/.gitconfig index a255356..31a345c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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]