From 62303f8676b8df1c3d197ec3115f9cb62b356e02 Mon Sep 17 00:00:00 2001 From: Marek Jeszka Date: Sun, 3 Sep 2017 16:29:40 +0200 Subject: [PATCH] duplicate entry removed --- Cheatsheet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 39d6367..100647f 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -126,7 +126,6 @@ alias -g gp='| grep -i' #creates a global alias for grep | _gcs_ | git commit -S | | _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` | | _gdt_ | git diff-tree --no-commit-id --name-only -r | | _gdw_ | git diff --word-diff |