diff --git a/.gitconfig b/.gitconfig index 52a0446..9bd7790 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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