rabin 7 năm trước cách đây
mục cha
commit
22f57cfbe1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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