mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-11 13:18:50 -03:00
Add example - unpushed aliases to log @{u}
This commit is contained in:
parent
8d2c660b3c
commit
9fba446438
@ -399,6 +399,7 @@ On OS X and Linux, your git configuration file is stored in ```~/.gitconfig```.
|
|||||||
puhs = push
|
puhs = push
|
||||||
pul = pull
|
pul = pull
|
||||||
s = status
|
s = status
|
||||||
|
unpushed = log @{u}
|
||||||
wc = whatchanged
|
wc = whatchanged
|
||||||
wip = rebase -i @{u}
|
wip = rebase -i @{u}
|
||||||
zap = fetch -p
|
zap = fetch -p
|
||||||
|
Loading…
x
Reference in New Issue
Block a user