From fd0677d12d41321fc7d9c43288258cf48eb2f718 Mon Sep 17 00:00:00 2001 From: olivertappin Date: Tue, 9 Feb 2016 12:21:14 +0000 Subject: [PATCH] Added backslashes to || operator to enable them to show on the wiki page. --- Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 986ecfd..b685fcf 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -123,7 +123,7 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _grmv_ | git remote rename | | _grrm_ | git remote remove | | _grset_ | git remote set-url | -| _grt_ | cd $(git rev-parse --show-toplevel || echo ".") | +| _grt_ | cd $(git rev-parse --show-toplevel \|\| echo ".") | | _grup_ | git remote update | | _grv_ | git remote -v | | _gsd_ | git svn dcommit |