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

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.

Awesome Lists containing this project

README

          

# Introduction pratique à `git`

![Build with Asciidoctor and deploy on gh-pages](https://github.com/hal91190/howto-git/workflows/Build%20with%20Asciidoctor%20and%20deploy%20on%20gh-pages/badge.svg)

## 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
```