Skip to content

Commit 1e27ef8

Browse files
committed
push_new_series.sh
1 parent f8868d4 commit 1e27ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

push_new_series.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ do
7979

8080
git checkout $base_git_revision
8181
b4 shazam $msg_id
82+
git branch -D $msg_id || true
8283
git checkout -b $msg_id
83-
git push --set-upstream origin $msg_id
84+
git push -f --set-upstream origin $msg_id
8485
done

0 commit comments

Comments
 (0)