save
This commit is contained in:
16
git/.config/git/config
Normal file
16
git/.config/git/config
Normal file
@@ -0,0 +1,16 @@
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[push]
|
||||
default = current
|
||||
[color]
|
||||
ui = auto
|
||||
[alias]
|
||||
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
|
||||
[merge]
|
||||
ff = only
|
||||
[fetch]
|
||||
prune = true
|
||||
[rebase]
|
||||
autosquash = true
|
||||
[diff]
|
||||
colorMoved = zebra
|
||||
Reference in New Issue
Block a user