Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day 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!