Versions Compared

Key

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

...

  1. Verifies connection to GIT Repository.
  2. Brings in the latest config changes from the remote repository so your local setup is up to date.
  3. Refers to the GIT Audit Change log within the WhereScape 3D repository.
  4. Extracts the configuration files & stores them within the local GIT repository folder.
  5. The user will be prompted to add their own commit message:
    Image RemovedImage Added
    • If the user would like to link their commit to a backlog item or bug in GIT, they can use development tags in their commit message. Simply add a '#' followed by the backlog item ID. For example: '#123', will automatically associate the commit with the corresponding work item in your backlog.
  6. Commits the config change to the remote GIT repository with your message.

...