Versions Compared

Key

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

...

Code Block
git checkout master
git pull  # Sanity check; rebase ticket if master was updated.
git merge --no-ff tickets/DM-NNNNname_of_your_branch
git push

Shared datasets

There is a shared space that we should all have access to. This folder is for datasets of general interest.

...