fix: removes duplicated if branch

pull/8102/head
Joe Schr 3 years ago
parent 3fd6d72984
commit 02c0f91f4d

@ -221,8 +221,6 @@ function reset() {
echo "- Hard resetting of 'stable' branch."
git reset --hard origin/stable
fi
else
echo "Reset ignored because you are not on 'stable' or 'develop'."
fi
fi
else

Loading…
Cancel
Save