Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 355 Bytes

File metadata and controls

25 lines (19 loc) · 355 Bytes

compose-env

Init

git clone --recurse-submodules git@github.com:S-VIPER/compose-env.git

or if already cloned

git submodule update --init --recursive

Update

cd external/submodule-repo
git pull origin main
cd ../..
git add external/submodule-repo
git commit -m "Updated submodule"
git push origin main

Run