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.
2 parents 8ee4adf + 9874336 commit f2040e0Copy full SHA for f2040e0
git-fire
@@ -48,7 +48,7 @@ fire() {
48
git push --no-verify --set-upstream "${remote}" "$(current_branch)" || true
49
done
50
51
- if [[ $(git stash list) != '' ]]; then
+ if [ "$(git stash list)" != '' ]; then
52
for sha in $(git rev-list -g stash); do
53
git push --no-verify origin "$sha":refs/heads/"$(current_branch $initial_branch)"-stash-"$sha"
54
0 commit comments