mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 23:00:30 +08:00
chore: add git switch aliases
parent
3237a1ec82
commit
7819dbbb3d
@ -197,6 +197,8 @@ See `~/.oh-my-zsh/lib/directories.zsh`
|
||||
| _gstc_ | git stash clear |
|
||||
| _gsts_ | git stash show --text |
|
||||
| _gsu_ | git submodule update |
|
||||
| _gsw_ | git switch |
|
||||
| _gswc_ | git switch -c |
|
||||
| _gts_ | git tag -s |
|
||||
| _gunignore_ | git update-index --no-assume-unchanged |
|
||||
| _gunwip_ | git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1 |
|
||||
|
Loading…
Reference in New Issue
Block a user