From d174a81479bf82d16358b8fce353ebe841e31ea3 Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Tue, 17 May 2016 20:48:54 +0200 Subject: [PATCH] Bugfix .gitconfig --soft --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 210c8e2..440b713 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,14 +5,16 @@ [alias] a = add una = reset HEAD -- + uha = checkout HEAD -- aa = add -u unaa = reset HEAD + uhaa = reset --hard HEAD br = branch brdm = "!git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d" co = checkout go = "!f() { git checkout -b \"$1\" 2> /dev/null || git checkout \"$1\"; }; f" ci = commit -v - unci = reset -soft HEAD~ + unci = reset --soft HEAD~ amend = commit --amend dt = difftool mt = mergetool -- 2.43.0