Versions Compared

Key

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

...

  1. Follow documentation for ACME Development Quick Start.
  2. Clone a the RRM branch on from the remote repository that is not already in my your local repository.
    $ git branch # lists the branches I have locallylocal branches 
    $ git branch -r # lists the remote repo branches on the repo remotely
    $ git status # lists the branch Iyou'm re on
    $ git checkout ACME-Climate/ACME/tangq/cam/RRM -b tangq/cam/RRM   # checks out remote branch and names it locally

...