get rid of quick stats, add alias to push to all remotes, and indentation
This commit is contained in:
parent
99a7e580e7
commit
08d1b789d3
@ -7,10 +7,10 @@
|
||||
[push]
|
||||
default = simple
|
||||
[alias]
|
||||
quick-stats = ! /usr/local/bin/git-quick-stats
|
||||
pushall = !git remote | xargs -L1 git push --all
|
||||
[log]
|
||||
date = format:%Y-%m-%d %H:%M:%S
|
||||
date = format:%Y-%m-%d %H:%M:%S
|
||||
[format]
|
||||
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
|
||||
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
tool = vimdiff
|
||||
|
Loading…
Reference in New Issue
Block a user