Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check-out the ACME's RRM branch:

  1. Follow documentation for ACME Development Quick Start.
  2. Clone the RRM branch from the remote repository that is not already in your local repository.
    $ git branch # lists the local branches 
    $ git branch -r # lists the remote repo branches
    $ git status # lists the branch you're on
    $ git checkout ACME-Climate/ACME/Checkout the tangq/cam/RRM -b tangq/cam/RRM   # checks out remote branch and names it locallybranch - see Development Quick Start for details

 

Create and build a new case from the scripts directory:

...