From c3a2c82a242ad5ca06f9ceb551bd7398a243cf5d Mon Sep 17 00:00:00 2001 From: nmallare Date: Thu, 23 Oct 2014 05:49:05 -0700 Subject: [PATCH] Error with `gc` alias. --- Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 13909c8..f86b215 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -67,7 +67,7 @@ Helpful aliases for common git tasks - `gd` - `git diff` - `gdc` - `git diff --cached` - `gdv` - git diff ~~w "$`" | view - - - `gc@~~`git commit -v\` +- `gc - `git commit -v` - `gc!` - `git commit -v --amend` - `gca` - `git commit -v -a` - `gca!` - `git commit -v -a --amend`