feat(stack): Add update-base flag to sync command to rebase onto updated base branch
Description
- feat(stack): Add update-base flag to sync command to rebase onto updated base branch
Implemented a solution to add a new flag (--update-base) for the sync command to rebase onto an updated remote base branch as mentioned in the Issue. Did not alter default behavior so as to not change current behavior.
Related Issues
Resolves #8174 (closed)
How has this been tested?
Added unit tests and also built and tested locally