Versions Compared

Key

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

...

  1. git remote add workshop https://github.com/DSpace-Labs/dspace-angular-workshops.git
  2. git fetch workshop       --tags workshop        (Pulls down the dspace-angular-workshops code locally, including tags)
  3. git checkout or2018-start        (Checks out the starting point of the workshop, the "or2018-start" tag)
  4. git checkout -b or2018-hands-on  (Creates a local branch named "or2018-hands-on" for you, based on that "or2018-start" tag)

At certain points during the hands-on part we'll show a git tag that corresponds to the solution so far. If you'd like to sync up to that point, run the following:

...