home
/
projects
/
git-extra
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d462d20
)
minor cosmetic fix
v1.0.1
author
alex
<
[email protected]
>
Thu, 23 Sep 2021 18:32:40 +0000
(11:32 -0700)
committer
alex
<
[email protected]
>
Thu, 23 Sep 2021 18:32:40 +0000
(11:32 -0700)
redirected git reset output to /dev/null
git-extra
patch
|
blob
|
history
diff --git
a/git-extra
b/git-extra
index a581b82937432d3014847dcee79f8682d2080a50..6cec4698095e27450796f993072ad39748b2408e 100644
(file)
--- 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() {