https://github.com/hal91190/howto-git
Une courte introduction pratique à git.
https://github.com/hal91190/howto-git
git howto teaching
Last synced: about 2 months ago
JSON representation
Une courte introduction pratique à git.
- Host: GitHub
- URL: https://github.com/hal91190/howto-git
- Owner: hal91190
- License: cc-by-sa-4.0
- Created: 2021-01-26T09:18:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T13:32:39.000Z (over 4 years ago)
- Last Synced: 2025-03-19T08:49:25.679Z (over 1 year ago)
- Topics: git, howto, teaching
- Language: Ruby
- Homepage: https://hal91190.github.io/howto-git/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction pratique à `git`

## Construction du document
Pour construire le cours, les outils suivants doivent être installés sur le système.
* bundler
* graphviz
### Installation des dépendances (gems)
```
$ bundle install
```
### Construction du document
```
$ asciidoctor -r asciidoctor-diagram -D html index.adoc
```