0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Add gsu

Mateusz Tracz 2018-06-30 22:52:32 +01:00
parent f6e03ef50e
commit ad2bcd94c1

@ -182,6 +182,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _gstl_ | git stash list |
| _gstp_ | git stash pop |
| _gsts_ | git stash show --text |
| _gsu_ | git submodule update |
| _gts_ | git tag -s |
| _gunignore_ | git update-index --no-assume-unchanged |
| _gunwip_ | git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1 |