From 9130f724cf5b616d1a2ce477a17620e68efad1e5 Mon Sep 17 00:00:00 2001 From: Sophia Nepochataya Date: Thu, 18 Jun 2015 20:01:06 +0300 Subject: [PATCH] Remove duplicated row for `git diff` --- Cheatsheet.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 1846202..02a1ca8 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -83,8 +83,7 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _gcount_ | git shortlog -sn | | _gcp_ | git cherry-pick | | _gcs_ | git commit -S | -| _gd_ | git diff | -| _gd_ | git diff | +| _gd_ | git diff | | _gdca_ | git diff --cached | | _gdt_ | git diff-tree --no-commit-id --name-only -r | | _gdt_ | git difftool |