This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
librelight
/
Xdesk
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add git pull dev helper
micha
hace 2 años
padre
426e447a1c
commit
89643c72b8
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
dev/pull_dev.sh
+ 5
- 0
dev/pull_dev.sh
Ver fichero
@@ -0,0 +1,5 @@
+git branch dev
+git checkout dev
+git branch
+git pull --set-upstream origin dev
+