From 7819dbbb3d33d3065b620a063be97ef152b59129 Mon Sep 17 00:00:00 2001 From: Laryssa Rocha Date: Mon, 2 Aug 2021 12:28:56 -0300 Subject: [PATCH] chore: add git switch aliases --- Cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 7891d66..8bb7474 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -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 |