p = push
pu = push
ru = remote update
+ # Push to all remotes. Thanks to albel727 in #git on Freenode
+ # (2011-06-04 16:06 CEST) for the idea.
+ rp = ! git remote | xargs -L1 -I{} git push {}
## Patches.
fp = format-patch
## Maintenance.
#
# tig-like log view.
glog = log --pretty=oneline --graph --all
- # Push to all remotes. Thanks to albel727 in #git on Freenode
- # (2011-06-04 16:06 CEST) for the idea.
- rp = ! git remote | xargs -L1 -I{} git push {}
[diff]
# Detect copies and renames.