notes.txt 382 B

12345678910
  1. Git has many handy tools to go back in forth in
  2. time and work with the history of datasets.
  3. Among many other things you can rewrite commit
  4. messages, undo changes, or look at previous versions
  5. of datasets. A superb resource to find out more about
  6. this and practice such Git operations is this
  7. chapter in the Pro-git book:
  8. https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History