From 68b2f7a0bc60ee78843133f912933d60c99a25d2 Mon Sep 17 00:00:00 2001 From: Naomi Alterman Date: Mon, 17 Jun 2024 21:24:31 -0700 Subject: [PATCH] Index update --- content/_index.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index a061c58..91e3309 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,12 +3,20 @@ draft: false title: "Git Workflow Tutorials" --- -This website hosts a series of tutorials explaining how to use [Git](https://www.git-scm.com/), through the GUI tool [Sublime Merge](https://www.sublimemerge.com/) and cloud service [GitHub](https://github.com/). +This website hosts a series of tutorials explaining how to use [Git](https://www.git-scm.com/), through the GUI tools [Sublime Merge](https://www.sublimemerge.com/), [JupyterLab](https://jupyterlab.readthedocs.io/en/latest/) and cloud service [GitHub](https://github.com/). # Chapters -1. **[Solo Workflow](solo)** - In which we learn how to use Git to track changes of files on our personal computer that we never intend to share with others. -2. **[Backing Up Repositories](backups)** - In which we learn how to use Git to back up our files (and their change histories) to the cloud. -3. **[Collaborative Workflow](collaborative)** - In which we learn how to use Git to collaborate with other people on a set of shared documents. +1. **Solo Workflow** - In which we learn how to use Git to track changes of files on our personal computer that we never intend to share with others. + * [Sublime Merge](solo) + * [JupyterLab](solo-jupyterlab) + +2. **Backing Up Repositories** - In which we learn how to use Git to back up our files (and their change histories) to the cloud. + * [Sublime Merge](backups) + * [JupyterLab](backups-jupyterlab) + +3. **Collaborative Workflow** - In which we learn how to use Git to collaborate with other people on a set of shared documents. + * [Sublime Merge](collaborative) + * [JupyterLab](collaborative-jupyterlab) # Credits and acknowledgements