We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3658ffb commit 4c8f8cfCopy full SHA for 4c8f8cf
bin/unstage
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-git reset HEAD -- $*
+git restore --staged -- $*
5
echo
6
git status
0 commit comments