ducoterra 2f767593ef Add make-push command
Add command to update the subtree from a child repo. This pushes to the
main branch of the common repo with only the relevant commits.
2021-11-01 09:20:11 -04:00
2021-10-31 20:59:29 -04:00
2021-11-01 09:20:11 -04:00

Adding the "common" subtree as your .gitlab folder

# Add the subtree as a remote
git subtree add --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash

# Now you can run the following to update
make make-update
Description
Common utilities and functions shared between projects
Readme 59 KiB
Languages
Makefile 100%