1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-22 13:03:49 +01:00

Pruebas del git staus 3/3

This commit is contained in:
2016-06-18 21:25:44 +00:00
parent a8fff3bfd6
commit 843caa3455

View File

@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="0.1.2"
VERSION="0.1.3"
gitopt=`dialog --stdout --scrollbar --menu "gitdit - Git DIalog inTerface" 0 0 6 p "Descargar actualizaciones del git (Hacer pull)" s "Subir actualizaciones al git (Hacer push)" c "Descargar un nuevo git (Hacer clone)" b "Cambiar de branch/rama (Hacer checkout)" m "Unir ramas (Hacer merge)"`
case $gitopt in