add gitconfig
This commit is contained in:
parent
385b2d8afe
commit
d4aabec838
1 changed files with 12 additions and 0 deletions
12
.gitconfig
Normal file
12
.gitconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue