Skip to content
Snippets Groups Projects
Commit 65fc81d3 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

templates

parent e1ee301a
No related branches found
No related tags found
No related merge requests found
# Templates
## Template de tous les sites
https://github.com/osuny-org/template
## Templates de tous les journaux
https://github.com/osuny-org/template-journal
Pour faire la mise à jour :
```
git remote add template git@github.com:osuny-org/template.git
git fetch --all
git merge template/master --allow-unrelated-histories
```
## Site d'un journal
https://github.com/osuny-org/clermontauvergne-journal-degrowth
Pour faire la mise à jour :
```
git remote add template git@github.com:osuny-org/template-journal.git
git fetch --all
git merge template/master --allow-unrelated-histories
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment