Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 306 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 306 Bytes

Projects

My personal projects

Instructions

To initialize:

  • First time:
    git submodule update --init --recursive
  • Any other time:
    git submodule update --recursive --remote

To add a submodule:

git submodule add <remote_url> <destination_folder>