1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Add example - unpushed aliases to log @{u}

This commit is contained in:
Joe Block 2014-08-22 13:53:19 -07:00
parent 8d2c660b3c
commit 9fba446438

View File

@ -399,6 +399,7 @@ On OS X and Linux, your git configuration file is stored in ```~/.gitconfig```.
puhs = push
pul = pull
s = status
unpushed = log @{u}
wc = whatchanged
wip = rebase -i @{u}
zap = fetch -p