rabin hace 7 años
padre
commit
22f57cfbe1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/shell/git/push

+ 2 - 1
src/shell/git/push

@@ -1,6 +1,7 @@
 #!/usr/bin/env sh
 set -e
 cd $1
-git add container/conf/ src/
+#git add container/conf/ src/
+git add src/
 git commit -m "edit" README.md usage install container/conf/ src/
 git push -u origin master