(git) added git configuration
This commit is contained in:
10
gitconfig/.gitconfig
Normal file
10
gitconfig/.gitconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
[core]
|
||||
editor = nvim
|
||||
[pull]
|
||||
rebase = true
|
||||
[log]
|
||||
date = iso-local
|
||||
; [format]
|
||||
; pretty = format:%C(yellow)%h %C(auto)%d %C(reset)%s %C(cyan)%ad
|
||||
[include]
|
||||
path = ~/.config/.gitconfig
|
||||
Reference in New Issue
Block a user