Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 311 Bytes

File metadata and controls

25 lines (16 loc) · 311 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>