5 lines
139 B
Bash
5 lines
139 B
Bash
#!/bin/bash
|
|
message=$1
|
|
git add .
|
|
git commit -m "$message"
|
|
git push -u https://yacine.elouchi@gitea.lyc-lecastel.fr/yacine.elouchi/siotp.git |