Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Follow a the course "A gentle introduction to Git"
- Host: GitHub
- URL: https://github.com/cbillowes/gentle-intro-to-git
- Owner: cbillowes
- Created: 2022-10-17T03:52:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T12:38:58.000Z (about 2 years ago)
- Last Synced: 2024-10-30T11:03:51.649Z (19 days ago)
- Topics: course, git, tutorial
- Homepage: https://curiousprogrammer.dev/courses/git
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!