From e43b5829442f12a2ebe4166395db18cf79c4ce22 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 24 Nov 2017 10:41:07 +0100 Subject: [PATCH] git: add few alias --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index ec63315..6b71e92 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,6 +11,8 @@ [alias] st = status ci = commit + cia = commit --amend + cias = commit --amend --no-edit co = checkout br = branch df = diff @@ -35,7 +37,7 @@ cleanbr = remote prune origin cleanbrshow = remote prune origin --dry-run contains = !sh -c 'git branch -a --contains $1' - - + wdiff = diff --word-diff=color --unified=1 [branch] #New branch track remote #autoSetupMerge = always