In Git, for pushing our code to the new branch we do the following steps:
- Checkout the new branch
- Make changes in it
- Commit the code to the branch with commit message
- Push the code to the branch
What is the equivalent for it in ClearCase? It is so confusing!
Any help on this is appreciated!