Upgrading the project submodules

  1. Ensure that Foundry is installed and functioning properly
  2. Pull the code from the repository
    git pull https://github.com/thrackle-io/forte-rules-engine
    
  3. Issue command to update the submodules
    git submodule update –remote
    
  4. Add any new files pulled from the repository to the Git index.
    git add .
    
  5. Commit the new files
    git commit -m "Updated submodules using developer guide steps"
    
  6. Push the changes back to origin
    git push