ducoterra 9d0c9c6388 Update README with "common" remote
Add instructions for adding subtree using a remote called "common". You
need the remote to properly contribute back upstream from a child
project.
2021-11-02 11:45:57 -04:00
2021-10-31 20:59:29 -04:00
2021-11-01 20:32:27 -04:00
2021-11-02 11:45:57 -04:00

Adding the "common" subtree as your .gitlab folder

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

# 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%