Skip to content

23sept

Andrii Podanenko requested to merge 23sept into 1.0.x
  1. 663 cd openy_rose/
  2. 664 git filter-repo --path themes/openy_themes/openy_rose
  3. 665 git mv themes/openy_themes/openy_rose/* ./
  4. 666 ls -la themes/openy_themes/openy_rose/
  5. 667 git mv themes/openy_themes/openy_rose/.gitignore ./
  6. 668 rm -vrf themes
  7. 669 git commit -m "feat(decouple): Prepare code for Drupal.org"
  8. 670 git checkout -b 23sept
  9. 671 git remote add origin git@git.drupal.org:project/openy_rose.git
  10. 672 git fetch --all
  11. 673 git merge origin/1.0.x
  12. 674 git push origin 23sept

Merge request reports