Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 282 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 282 Bytes

docker

docker files examples

clone

git clone --recursive https://github.com/afreisinger/docker.git

update

git submodule foreach git pull origin main

add

git submodule add https://github.com/afreisinger/<repo-name>.git
git commit -am "add <repo-name>"