From 1cb69636ea2c582c867bd6b987c64253348b6df7 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 22 Oct 2015 15:59:57 +0200 Subject: [PATCH] added uncommit to gitconfig --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 3bb5d81..0f727ce 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -11,5 +11,6 @@ co = checkout ps = push pl = pull + uncommit = git reset --soft HEAD~ [color] ui = auto