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 e1bd3da commit 684b42eCopy full SHA for 684b42e
support/xyz.sh
@@ -103,9 +103,6 @@ case "$increment" in
103
*) echo "Invalid --increment" >&2 ; exit 1 ;;
104
esac
105
106
-[[ $(git rev-parse --abbrev-ref HEAD) == $branch ]] ||
107
- (echo "Current branch does not match specified --branch" >&2 ; exit 1)
108
-
109
git diff-files --quiet ||
110
(echo "Working directory contains unstaged changes" >&2 ; exit 1)
111
0 commit comments