Skip to content
Snippets Groups Projects
Commit 09ba5cfd authored by totten's avatar totten Committed by GitHub
Browse files

Update 4.7-rc.md

parent 0b11ca52
Branches
No related tags found
No related merge requests found
......@@ -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
cd drupal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment