An open API service indexing awesome lists of open source software.

https://github.com/cbillowes/gentle-intro-to-git

Follow a the course "A gentle introduction to Git"
https://github.com/cbillowes/gentle-intro-to-git

course git tutorial

Last synced: 10 months ago
JSON representation

Follow a the course "A gentle introduction to Git"

Awesome Lists containing this project

README

          

# A gentle introduction to Git

This is the practice repository for https://curiousprogrammer.dev/courses/git.

To generate official Git documentation pages, use the following command:

```bash
git help git-tag >> git-tag.txt
```

Replace the `tag` with the name of the command you want to export to a text file.

Happy versioning!