rabin 7 lat temu
rodzic
commit
22f57cfbe1
1 zmienionych plików z 2 dodań i 1 usunięć
  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