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 ec984b4 commit 4dd4360Copy full SHA for 4dd4360
bin/git-plane
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -euxo pipefail
+set -euo pipefail
4
5
# first commit any staged changes
6
if ! git diff --no-ext-diff --quiet --exit-code --staged; then
0 commit comments