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]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
quick-stats = ! /usr/local/bin/git-quick-stats
|
pushall = !git remote | xargs -L1 git push --all
|
||||||
[log]
|
[log]
|
||||||
date = format:%Y-%m-%d %H:%M:%S
|
date = format:%Y-%m-%d %H:%M:%S
|
||||||
[format]
|
[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]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
Loading…
Reference in New Issue
Block a user