Subtree project for the danish version of Signals
This project is a collection of git subtrees on which you can push changes to be merged into the parent, eg:
git subtree push --prefix=/frontend signals-dk main
Use the --squash
option for pushing a single aggregated commit.
Use the following commands for adding new subtrees:
git remote add
remoterepos git@github.com:
organization/?
remoterepos.git
git subtree add --prefix=
foldername remoterepos main --squash