Actualizado script gitea
This commit is contained in:
parent
131d0ed947
commit
d06f09f748
1 changed files with 4 additions and 3 deletions
7
gitea.sh
7
gitea.sh
|
@ -4,15 +4,16 @@
|
|||
clear
|
||||
echo "Giteando cambios"
|
||||
echo
|
||||
sleep 2
|
||||
sleep 1
|
||||
git add .
|
||||
read -p "Introduce commit: " commit
|
||||
git commit -m "$commit" -a
|
||||
sleep 1
|
||||
echo
|
||||
echo
|
||||
read -p "Introduce ruta, (ejemplo Scripts/Media): " ruta
|
||||
read -p "Introduce ruta a la rama https://git.disroot.org/Moribundo/ (ejemplo Scripts/Media): " ruta
|
||||
git push https://git.disroot.org/Moribundo/$ruta
|
||||
|
||||
echo
|
||||
echo
|
||||
echo "Push terminado con éxito"
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue