From aa65c0be129654817468b1a8e952a7daa7eab5f0 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 23 Sep 2021 11:32:40 -0700 Subject: [PATCH] minor cosmetic fix redirected git reset output to /dev/null --- git-extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-extra b/git-extra index a581b82..6cec469 100644 --- a/git-extra +++ b/git-extra @@ -171,7 +171,7 @@ branch_reset() { log_info "reseting branch back to $WORKING_BRANCH" git symbolic-ref HEAD "refs/heads/$WORKING_BRANCH" - git reset + git reset > /dev/null } add_to_index() { -- 2.30.2