From d53d3cc956305ee5c5188dc823c94f7768e7af39 Mon Sep 17 00:00:00 2001 From: ntwo1980 Date: Mon, 24 Jul 2017 09:48:21 +0800 Subject: [PATCH] escape ` character --- Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index dbc277b..2c9ccb1 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -128,7 +128,7 @@ alias -g gp='| grep -i' #creates a global alias for grep | _gd_ | git diff | | _gdca_ | git diff --cached | | _gdt_ | git diff-tree --no-commit-id --name-only -r | -| _gdct_ | git describe --tags `git rev-list --tags --max-count=1` | +| _gdct_ | git describe --tags \`git rev-list --tags --max-count=1\` | | _gdt_ | git diff-tree --no-commit-id --name-only -r | | _gdw_ | git diff --word-diff | | _gf_ | git fetch |