diff options
author | Adam Hovorka <[email protected]> | 2020-08-04 14:07:41 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-08-04 14:07:41 -0600 |
commit | 0b2ba4788ea38fe5a7d071cbc218c1d4ee6bd94a (patch) | |
tree | 53f597925b2b610ed6bac876ed13fc21565bd6dc /base/gitconfig | |
parent | effb85ed2e011209369af6be5e61f20c8f2a82f5 (diff) |
[feat] Add commit type reference to gitconfig
Diffstat (limited to 'base/gitconfig')
-rw-r--r-- | base/gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/gitconfig b/base/gitconfig index 1461a1d..a16f5f8 100644 --- a/base/gitconfig +++ b/base/gitconfig @@ -18,6 +18,10 @@ [core] editor = vim excludesfile = ~/.gitignore_global +[init] + defaultBranch = main +[commit] + template = ~/.gitmessage [credential] helper = cache --timeout 3600 [merge] |