23sept
- 645 cd openy_lily
- 646 git filter-repo --path themes/openy_themes/openy_lily
- 647 git mv themes/openy_themes/openy_lily/* ./
- 648 ls -la themes/openy_themes/openy_lily/
- 649 rm -rf themes
- 650 git commit -m "feat(decouple): Prepare code for Drupal.org"
- 651 git checkout -b 23sept
- 652 git remote add origin git@git.drupal.org:project/openy_lily.git
- 653 git fetch --all
- 654 git merge origin/1.0.x
- 655 ls -la
- 656 git status
- 657 git add css
- 658 git status
- 659 git commit -m "Fix conflict"
- 660 git push origin 23sept
Edited by Andrii Podanenko