Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 438 Bytes

File metadata and controls

16 lines (9 loc) · 438 Bytes

RJ's Plugin/Development Collection

Updating Modules To Latest

If you happen to need the latest module, clone this repository and run the following commands in Git Shell under the cloned repository:

  1. git pull --recurse-submodules

  2. git submodule update --remote --recursive --merge

  3. OPTIONAL (this will add the changes to the online repository):

  4. git add .

  5. git commit -m "Updated module(s) to latest"

  6. git push