Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 546 Bytes

signals-dk

Subtree project for the danish version of Signals

Git

Subtrees

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.

Add subtree

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