Branchout project root/projection repo, with all branchout repositories. Intended for engineers wishing to work on and contribute to branchout.
Install branchout, then init and pull to get all the repos on disk ready to use:
branchout init git@github.com:Branchout/branchout-project.git
cd ~/projects/branchout-project
branchout pull
branchout init https://github.com/Branchout/branchout-project.git
cd ~/projects/branchout-project
branchout pullbranchout status- show the state of all known repositoriesbranchout pull- pull all repositoriesbranchout add <repo>- add a repository to the projectbranchout clone <repo>- add and clone a repository