mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-17 05:21:35 -03:00
Add example - unpushed aliases to log @{u}
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user