add gitconfig

This commit is contained in:
Osman Faruk Bayram 2022-12-19 16:12:37 +03:00
parent 385b2d8afe
commit d4aabec838

12
.gitconfig Normal file
View file

@ -0,0 +1,12 @@
[user]
name = osbm
email = osmanfbayram@gmail.com
[credential]
helper = store
[core]
pager = cat
editor = nano
[push]
autoSetupRemote = true
[init]
defaultBranch = main