Compare commits

...

2 Commits
v1.1 ... main

Author SHA1 Message Date
sio user
83f848e859 test 2025-02-19 17:23:47 +01:00
4315309c38 Actualiser README.md 2025-01-23 14:14:58 +01:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# siotp-demo
# siotp
Dépôt de suivi des fichiers de configuration réalisés au cours du BTS SIO

5
sisr1/tp04/gitpush.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
message=$1
git add .
git commit -m "$message"
git push -u https://jm.dupuy@gitea.lyc-lecastel.fr/jm.dupuy/siotp-demo.git