Skip to content

xRJx/RJ-s-Plugin-Development-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published