I didn't see the formatting issue with gdv and was missing a backtick for the gc line.

nmallare 2014-10-23 05:51:09 -07:00
parent c3a2c82a24
commit 130fe18249

@ -66,8 +66,8 @@ Helpful aliases for common git tasks
- `gp` - `git push`
- `gd` - `git diff`
- `gdc` - `git diff --cached`
- `gdv` - <code>git diff ~~w "$`" | view -</code>
- `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`