Skip to content

Commit

Permalink
Merge local and remote, cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpsl committed Dec 6, 2023
1 parent 06f6e9f commit ee85555
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pdf
.idea/*
cours-*/.Rhistory
Readmeversion3.md
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ Ces cours sont sous licence CC BY. Les ressources utilisées par le cours sont t

## Cours

1. [Git : Historique, commandes de base](./cours-1)
2. [Git : Les branches](./cours-2)
3. [Serveur distant : Github](./cours-3)
4. [La collaboration avec Github](./cours-4)
5. [Développer et gérer un projet: les bonnes pratiques](./cours-5)
1. [Git](./cours-1) et [Commandes de base](./cours-2)
2. [Serveur distant : Github](./cours-3) et [La collaboration avec Github](./cours-4)
3. [Développer et gérer un projet: les bonnes pratiques](./cours-5)
4. Introduction à eScriptorium


## Devoir

- Création de set de données HTR en équipes sous la forme d'un dépôt GitHub.
- Modalités : https://docs.google.com/document/d/1JIpAUSxpJg3DwjQrpogxDnAdIeMin-UDr1-U9ERvq3Y/edit#
- En équipe de 3 à 4 personnes
- Date de rendu : 31 mars 2023
- 4 groupes de 4 personnes
- Date de rendu : Février - Mars 2024 TBC
Empty file removed READMECMOI2.md
Empty file.
2 changes: 1 addition & 1 deletion cours-1/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Faire une démo (essayer de faire deviner les commandes)
- Copier ou télécharger l'image [blanc.png](https://ponteineptique.github.io/cours-git/cours-1/images/blanc.png)
- `git add blanc.png`
- `git commit -m "Ajout de l'image blanche"`
- Copier ou télécharger l'image [blanc1.png](https://ponteineptique.github.io/cours-git/cours-1/images/blanc1.png) en la renommant blanc
- Copier ou télécharger l'image [blanc2.png](https://ponteineptique.github.io/cours-git/cours-1/images/blanc2.png) en la renommant blanc
- git diff
- `git add blanc.png`
- `git commit -m "correction de l'image blanche"`
Expand Down

0 comments on commit ee85555

Please sign in to comment.