From 89ee58955ece2128c4712fb965e961cb9acac7bd Mon Sep 17 00:00:00 2001 From: "jeremy.thomas" Date: Fri, 4 Apr 2025 09:48:30 +0200 Subject: [PATCH] Partie 4 - Alignez les composants --- gitpush.sh | 16 ++++++++++++++++ index.html | 9 +++++---- 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 gitpush.sh diff --git a/gitpush.sh b/gitpush.sh new file mode 100644 index 0000000..aad5616 --- /dev/null +++ b/gitpush.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +if [ -z "$1" ] ; then + read -p "Erreur: Ecrivez un message " $message +else + message="$1" +fi + +# Ajout des fichiers modifiers +git add . + +# Commit avec le message +git commit -m "$message" + +# Push vers le dépot +git push -u https://jeremy.thomas@gitea.lyc-lecastel.fr/jeremy.thomas/siotp.git \ No newline at end of file diff --git a/index.html b/index.html index 0f13528..fca2961 100644 --- a/index.html +++ b/index.html @@ -317,14 +317,15 @@
-
+

Un projet de création web ?

Discutons-en !

- -
+ +
Image d'une enveloppe
-
+
+