This is usefull when you are working with open source codes and you have several future branches that you want to use and is still not merged to the main stream.
Workflow:
- Edit variables BASE_BRANCH and BRANCHES
- Run
./future.sh
- If you see conflicts, fix them and commit, then run
./future.sh
again. - Repeat 3, until you see the message
Done.
in the result of./future.sh
.