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
I want to release target branch from another branch with changes
Acceptance Criteria
I have local changes in another branch
from another branch I execute the release main command
this should stash all current changes - and remember the current branch
go to main pull all changes and start the release process to prod branch
after the release was successful, then checkout the another branch back and git stash pop to pop all changes.
(consider rebasing main branch to another branch before doing stash pop?)
The text was updated successfully, but these errors were encountered:
Goal
I want to release
target
branch fromanother
branch with changesAcceptance Criteria
I have local changes in
another
branchfrom
another
branch I execute therelease main
commandthis should stash all current changes - and remember the current branch
go to
main
pull all changes and start the release process toprod
branchafter the release was successful, then checkout the
another
branch back andgit stash pop
to pop all changes.(consider rebasing
main
branch toanother
branch before doingstash pop
?)The text was updated successfully, but these errors were encountered: