Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 621 Bytes

File metadata and controls

20 lines (12 loc) · 621 Bytes

epic-suite-project

add your branch as a subtree

  1. clone this repo
  2. In directory, add remote repo git remote add <name-repo> <path-repo>
  3. add subtree with this git subtree add --prefix=<name-folder> <name-repo> <remote-branch>
  4. push changes with git push origin main

Import changes from subtree repos

  1. make your changes in your repo
  2. update here subtree using git subtree pull --prefix=<name-folder> --squash <name-repo> <branch>

More details with subtree manage here

Run Mini Version

docker compose -f mini.yml up