We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8868d4 commit 1e27ef8Copy full SHA for 1e27ef8
push_new_series.sh
@@ -79,6 +79,7 @@ do
79
80
git checkout $base_git_revision
81
b4 shazam $msg_id
82
+ git branch -D $msg_id || true
83
git checkout -b $msg_id
- git push --set-upstream origin $msg_id
84
+ git push -f --set-upstream origin $msg_id
85
done
0 commit comments