From ad2bcd94c14b496bacf1d545aa5d9ec286d40292 Mon Sep 17 00:00:00 2001 From: Mateusz Tracz Date: Sat, 30 Jun 2018 22:52:32 +0100 Subject: [PATCH] Add gsu --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 4a09182..684da05 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -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 |