From 08d1b789d3470793cf6865ddf98ef5cb0bf831c4 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 27 May 2021 14:48:02 -0400 Subject: [PATCH] get rid of quick stats, add alias to push to all remotes, and indentation --- .gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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