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 53665cc commit 9874336Copy full SHA for 9874336
git-fire
@@ -48,7 +48,7 @@ fire() {
48
git push --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 origin "$sha":refs/heads/"$(current_branch $initial_branch)"-stash-"$sha"
54
0 commit comments