Added git config
This commit is contained in:
parent
b135c3bffc
commit
0959c65622
1 changed files with 16 additions and 0 deletions
16
git/.gitconfig
Normal file
16
git/.gitconfig
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This is Git's per-user configuration file.
|
||||
[user]
|
||||
# Please adapt and uncomment the following lines:
|
||||
name = Hans Goor
|
||||
email = me@eyedevelop.org
|
||||
signingkey = D414A7FA58C29568EF4E05CD7E05BC839785EAF6
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[merge]
|
||||
ff = no
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Loading…
Add table
Reference in a new issue