Explorar el Código

add git pull dev helper

micha hace 2 años
padre
commit
89643c72b8
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      dev/pull_dev.sh

+ 5 - 0
dev/pull_dev.sh

@@ -0,0 +1,5 @@
+git branch dev
+git checkout dev
+git branch 
+git pull --set-upstream origin dev
+