1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-16 18:11:33 +01:00

Update 0.2.0

This commit is contained in:
JoseluCross
2016-06-28 16:40:07 +02:00
parent 2c2bba9858
commit 3d74332d82

View File

@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="0.1.3"
VERSION="0.2.0"
gitopt=`dialog --stdout --scrollbar --menu "gitdit - Git DIalog inTerface" 0 0 6 p "Descargar actualizaciones del git (Hacer pull)" t "Confirmar cambios sin subida" s "Subir actualizaciones al git (Hacer push)" c "Descargar un nuevo git (Hacer clone)" n "Crear nueva rama" b "Cambiar de branch/rama (Hacer checkout)" m "Unir ramas (Hacer merge)"`
actual="origin $(git branch --list | grep "^*" | cut -f2 -d" ")"
case $gitopt in