23sept update
- git clone git@github.com:ymcatwincities/openy.git
- cp -r openy openy_carnation
- cd openy_carnation/
- git filter-repo --path themes/openy_themes/openy_carnation
- git mv themes/openy_themes/openy_carnation/* ./
- git mv themes/openy_themes/openy_carnation/.gitignore ./
- git mv themes/openy_themes/openy_carnation/.sass-lint.yml ./
- rm -rf themes
- git commit -m "feat(decouple): Prepare code for Drupal.org"
- git checkout -b 23sept
- git remote add origin git@git.drupal.org:project/openy_carnation.git
- git fetch --all
- git merge origin/1.0.x
- git push origin 23sept
Edited by Andrii Podanenko