diff --git a/commit.sh b/commit.sh index 4f79bda..be32b90 100755 --- a/commit.sh +++ b/commit.sh @@ -1,3 +1,10 @@ #!/bin/bash -echo "commit!" +echo "git pull" +git pull origin +echo "git add" +git add . +echo "git commit" +git commit -am "up!" +echo "git push" +git push origin diff --git a/output/.gitignore b/output/.gitignore index 5c89ded..e69de29 100644 --- a/output/.gitignore +++ b/output/.gitignore @@ -1 +0,0 @@ -*.ifc