diff options
| -rw-r--r-- | dot.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig index fe203b4..0c30f9b 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -9,6 +9,7 @@ pl = pull lol = log --oneline --graph --decorate --all colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order + push-all = !git remote | xargs -L1 git push [push] default = simple [instaweb] |
