Working on an ARC branch
Challenge
Section titled Challenge- 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.
Solution
Section titled SolutionWork on a second branch and contribute to the main branch using merge/pull requests
Workflow
Section titled Workflow- Use
arc get
to get the main branch of the repository. - Work on the ARC.
- Use
arc sync -b SecondBranchName
.
Git status
Section titled Git statusYou can check which branch you are currently working on and the status of this branch by using