Skip to content

23sept update

Andrii Podanenko requested to merge 23sept into 1.0.x
  1. git clone git@github.com:ymcatwincities/openy.git
  2. cp -r openy openy_carnation
  3. cd openy_carnation/
  4. git filter-repo --path themes/openy_themes/openy_carnation
  5. git mv themes/openy_themes/openy_carnation/* ./
  6. git mv themes/openy_themes/openy_carnation/.gitignore ./
  7. git mv themes/openy_themes/openy_carnation/.sass-lint.yml ./
  8. rm -rf themes
  9. git commit -m "feat(decouple): Prepare code for Drupal.org"
  10. git checkout -b 23sept
  11. git remote add origin git@git.drupal.org:project/openy_carnation.git
  12. git fetch --all
  13. git merge origin/1.0.x
  14. git push origin 23sept
Edited by Andrii Podanenko

Merge request reports