mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-19 00:37:35 +08:00
Update wiki with newer git aliases
parent
b6ddfbe6e4
commit
576dae27f3
@ -122,7 +122,12 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
|
|||||||
| gunignore | git update-index --no-assume-unchanged |
|
| gunignore | git update-index --no-assume-unchanged |
|
||||||
| gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 |
|
| gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 |
|
||||||
| gup | git pull --rebase |
|
| gup | git pull --rebase |
|
||||||
| gupv | git pull --rebase -v |
|
| gupv | git pull --rebase -v
|
||||||
|
|
|
||||||
|
| gupa | git pull --rebase --autostash
|
||||||
|
|
|
||||||
|
| gupav | git pull --rebase --autostash -v
|
||||||
|
|
|
||||||
| glum | git pull upstream master |
|
| glum | git pull upstream master |
|
||||||
| gvt | git verify-tag |
|
| gvt | git verify-tag |
|
||||||
| gwch | git whatchanged -p --abbrev-commit --pretty = medium |
|
| gwch | git whatchanged -p --abbrev-commit --pretty = medium |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user