dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 19356328cb254727e5f464808c09bfa1919c18a0
parent 0d7ef4780670e636485896383cc4f0eadefb21b1
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 21 Sep 2014 18:22:11 -0700

Git: Add useful shorthand aliases

Diffstat:
gitconfig | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -23,4 +23,7 @@ diffw = diff --word-diff diffc = diff --cached s = status + c = commit + p = push + a = add -A .