From b3462d60adfe045034d281cd2906ab979687e730 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 7 Dec 2015 12:11:03 +0300 Subject: [PATCH] Fix gwch typo --- Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 997691d..6686aa9 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -142,7 +142,7 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _gunwip_ | git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1 | | _gup_ | git pull --rebase | | _gvt_ | git verify-tag | -| _gwc_ | git whatchanged -p --abbrev-commit --pretty = medium | +| _gwch_ | git whatchanged -p --abbrev-commit --pretty = medium | | _gwip_ | git add -A; git ls-files --deleted -z | xargs -r0 git rm; git commit -m "--wip--" | You also find these commands in Dash as a Cheat-sheet.