Skip to content

Commit

Permalink
Index update
Browse files Browse the repository at this point in the history
  • Loading branch information
naclomi committed Jun 18, 2024
1 parent 13e18d2 commit 68b2f7a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68b2f7a

Please sign in to comment.