@@ -45,10 +45,10 @@ The commands `git scan branch` and `git scan push` will do this – if you have
A safe way to make a clean copy of every repo is to create a new `dist` build (`civibuild create dist`). On `latest.civicrm.org`, there's already a copy in `~/src/4.7`. Either way, you should make sure it's up-to-date on all relevant branches -- then make new branches:
```bash
## Clone all the repos. Ensure that you have a clean, up-to-date copy of the `master` branch.
## Ensure that you have a clean, up-to-date copy of the `master` branch.
cd ~/src/4.7
git scan foreach -c'pwd; git branch; echo'
git scan status
git scan up
## Fixme: for now you need to manually add the extra drupal branches