Skip to content

23sept

Andrii Podanenko requested to merge 23sept into 1.0.x
  1. 645 cd openy_lily
  2. 646 git filter-repo --path themes/openy_themes/openy_lily
  3. 647 git mv themes/openy_themes/openy_lily/* ./
  4. 648 ls -la themes/openy_themes/openy_lily/
  5. 649 rm -rf themes
  6. 650 git commit -m "feat(decouple): Prepare code for Drupal.org"
  7. 651 git checkout -b 23sept
  8. 652 git remote add origin git@git.drupal.org:project/openy_lily.git
  9. 653 git fetch --all
  10. 654 git merge origin/1.0.x
  11. 655 ls -la
  12. 656 git status
  13. 657 git add css
  14. 658 git status
  15. 659 git commit -m "Fix conflict"
  16. 660 git push origin 23sept
Edited by Andrii Podanenko

Merge request reports