From 130fe182494a7ecd245f4bb5c4fed46c567e8336 Mon Sep 17 00:00:00 2001 From: nmallare Date: Thu, 23 Oct 2014 05:51:09 -0700 Subject: [PATCH] I didn't see the formatting issue with `gdv` and was missing a backtick for the `gc` line. --- Cheatsheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index f86b215..5289670 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -66,8 +66,8 @@ Helpful aliases for common git tasks - `gp` - `git push` - `gd` - `git diff` - `gdc` - `git diff --cached` -- `gdv` - git diff ~~w "$`" | view - -- `gc - `git commit -v` +- `gdv` - `git diff -w "$@" | view -` +- `gc` - `git commit -v` - `gc!` - `git commit -v --amend` - `gca` - `git commit -v -a` - `gca!` - `git commit -v -a --amend`