mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 17:00:44 +01:00
chore: add git switch aliases
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user