You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When base branch is non-trunk, but hasn't been submitted, GitHub will reject the submission in gs branch submit because it doesn't know the base ref and won't see any commits between base and head.
The error takes the form:
Head sha can't be blank, Base sha can't be blank, No commits between [...] and [...], Base ref must be a branch
gs branch submit should confirm that non-trunk base has been submitted before it submits the current branch, while still allowing for --no-publish for non-GitHub workflows.
The text was updated successfully, but these errors were encountered:
When base branch is non-trunk, but hasn't been submitted, GitHub will reject the submission in
gs branch submit
because it doesn't know the base ref and won't see any commits between base and head.The error takes the form:
gs branch submit should confirm that non-trunk base has been submitted before it submits the current branch, while still allowing for
--no-publish
for non-GitHub workflows.The text was updated successfully, but these errors were encountered: