Scenario:
Create a custom branch on GIT for dev, later to be pushed to main branch.
Solution:
- Fetch & Rebase your project
- Then switch to the branch(release) which you want to use as base for your custom branch.
- Stash save your changes.
- GIT Push branch from #2 to new remote branch example release-task
- Then switch to the branch from #4
- Stash Pop your changes
- Commit your changes
- Push your changes to #4
No comments:
Post a Comment