mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
git config initial setup
This commit is contained in:
16
.gitconfig
Normal file
16
.gitconfig
Normal file
@@ -0,0 +1,16 @@
|
||||
[user]
|
||||
email = mike@c2yz.com
|
||||
name = Michał Czyż
|
||||
signingkey = 78D4829A477DAB25
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[push]
|
||||
enabled = true
|
||||
[rerere]
|
||||
enabled = true
|
||||
[column]
|
||||
ui = auto
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Reference in New Issue
Block a user