Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 247 Bytes

File metadata and controls

10 lines (6 loc) · 247 Bytes

main repo --> frontend repo

  • git subtree push --prefix=frontend frontend-origin main

main repo --> backend repo

  • git subtree push --prefix=backend backend-origin main

git config pull.rebase true git submodule update --remote --merge