From 97924221eace8af06bcedfc6b25439502da5f872 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 7 Jul 2013 13:49:46 +0300 Subject: [PATCH] Minor changes, alias for status -s --- .gitconfig | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index 7b7c7c4..426548a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,11 +1,12 @@ # local user config, usernames, etc [include] path=~/.gitconfig-local - [core] - editor = vim + editor = vim [merge] - tool = meld + tool = meld +[diff] + tool = meld [color] diff = auto status = auto @@ -15,7 +16,8 @@ [alias] # Shorten some often used commands c = commit - s = status + ss = status + s = status -s ds = diff --staged amend = commit --amend -c HEAD oops = reset --soft HEAD~1 @@ -29,4 +31,4 @@ lola = log --graph --decorate --pretty=oneline --abbrev-commit --all ll = log --graph --date=short [push] - default = simple + default = simple