Skip to content

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

  1. Use arc get to get the main branch of the repository.
  2. Work on the ARC.
  3. Use arc sync -b SecondBranchName.

You can check which branch you are currently working on and the status of this branch by using

Terminal window
git status