get rid of quick stats, add alias to push to all remotes, and indentation

This commit is contained in:
Paul Trowbridge 2021-05-27 14:48:02 -04:00
parent 99a7e580e7
commit 08d1b789d3

View File

@ -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