From 7a0faa48ebf7b1c309afd8cc51c5cf3ad3f047a9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 4 Sep 2017 14:37:43 -0700 Subject: [PATCH] simplify git-uncommit --- git-uncommit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-uncommit b/git-uncommit index 62398cb..128ea30 100755 --- a/git-uncommit +++ b/git-uncommit @@ -1,3 +1,3 @@ #!/bin/sh -git reset --soft HEAD^ && git reset +git reset --mixed HEAD^