From a4bf6dd638104218f92651225bd18d07aad01d62 Mon Sep 17 00:00:00 2001 From: dafinguzman Date: Mon, 25 Nov 2019 16:32:31 -0300 Subject: [PATCH] Include the 'gds' command --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index a215435..2c42e50 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -128,6 +128,7 @@ alias -g gp='| grep -i' #creates a global alias for grep | _gd_ | git diff | | _gdca_ | git diff --cached | | _gdct_ | git describe --tags `git rev-list --tags --max-count=1` | +| _gds_ | git diff --staged | | _gdt_ | git diff-tree --no-commit-id --name-only -r | | _gdw_ | git diff --word-diff | | _gf_ | git fetch |