Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Data Submission Process

mkslalom edited this page Jun 29, 2020 · 1 revision

From Scratch

  1. Clone the data-preview branch to a new directory
  2. Move into the new directory
    • cd data-protection-mapping-project
  3. Modify the Xlsx file.
  4. Commit changes back to data-preview branch:
    • git add .
    • git commit -m "Descriptive commit message."
    • git push
  5. Create a pull-request.
  6. Test that the data is as expected on the preview url.
  7. Review, complete, and merge pull request.
  8. Test that the data is as expected on the production url.

For reference here is the dev url.

Alternatively you can use a Git GUI for this process.

Copyright (c) Data Protection Mapping Project. All rights reserved. Licensed under the MIT License.

Clone this wiki locally