import-all ¶
Updates snapshots of tracked external taxonomies stored in secondary branches
Usage ¶
-
Ensure local copies of all branches match current remote version:
git fetch origin '+refs/heads/sites/*:refs/heads/sites/*'
-
Run all-sites importer:
script/import-all
-
Push all updates:
git push origin 'refs/heads/sites/*:refs/heads/sites/*'