From 5f8431e7e24db491ff4523bc680f8dc053eb52fe Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 21 Oct 2019 12:33:33 -0500 Subject: [PATCH] Use soft instead of mixed for git-uncommit --- git-uncommit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-uncommit b/git-uncommit index 128ea30..7ee02da 100755 --- a/git-uncommit +++ b/git-uncommit @@ -1,3 +1,3 @@ #!/bin/sh -git reset --mixed HEAD^ +git reset --soft HEAD^