Browse Source

Set default git branch and git commit signing.

master
Daniel Sissom 7 months ago
parent
commit
94dba37b64
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 4 additions and 0 deletions
  1. + 4
    - 0
      git/gitconfig

+ 4
- 0
git/gitconfig

@ -16,3 +16,7 @@
ff = only ff = only
[tag] [tag]
gpgSign = true gpgSign = true
[init]
defaultBranch = master
[commit]
gpgsign = true

Loading…
Cancel
Save