Skip to content

Commit 68b2f7a

Browse files
committed
Index update
1 parent 13e18d2 commit 68b2f7a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

content/_index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ draft: false
33
title: "Git Workflow Tutorials"
44
---
55

6-
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/).
6+
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/).
77

88
# Chapters
9-
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.
10-
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.
11-
3. **[Collaborative Workflow](collaborative)** - In which we learn how to use Git to collaborate with other people on a set of shared documents.
9+
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.
10+
* [Sublime Merge](solo)
11+
* [JupyterLab](solo-jupyterlab)
12+
13+
2. **Backing Up Repositories** - In which we learn how to use Git to back up our files (and their change histories) to the cloud.
14+
* [Sublime Merge](backups)
15+
* [JupyterLab](backups-jupyterlab)
16+
17+
3. **Collaborative Workflow** - In which we learn how to use Git to collaborate with other people on a set of shared documents.
18+
* [Sublime Merge](collaborative)
19+
* [JupyterLab](collaborative-jupyterlab)
1220

1321
# Credits and acknowledgements
1422

0 commit comments

Comments
 (0)