1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-21 12:23:46 +01:00

Prueba del git status 2/2

This commit is contained in:
2016-06-18 21:21:32 +00:00
parent 782b200c60
commit a8fff3bfd6

View File

@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="0.1.3"
VERSION="0.1.2"
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