chore: add git switch aliases

Laryssa Rocha 2021-08-02 12:28:56 -03:00
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 |