Working on an ARC branch
- No direct access rights to the main branch (which can be handled via the DataHUB) or
- Many people working on the same repository, making direct pushing to main branch chaotic.
Work on a second branch and contribute to the main branch using merge/pull requests
- Use
arc getto get the main branch of the repository. - Work on the ARC.
- Use
arc sync -b SecondBranchName.
You can check which branch you are currently working on and the status of this branch by using
git status