Skip to content

Commit

Permalink
feat(git): created template file to generate .gitconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Taylor <[email protected]>
  • Loading branch information
kolvin committed Feb 27, 2022
1 parent 27af8fe commit b078e0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[user]
name = {{ .name }}
email = {{ .email }}
signingkey = {{ .signingkey }}
[init]
defaultBranch = main
[commit]
gpgsign = true

0 comments on commit b078e0a

Please sign in to comment.