From 67fc6fdf08247f379e563c41df3de305c281f415 Mon Sep 17 00:00:00 2001 From: orion Date: Sat, 3 Feb 2024 14:10:51 +0100 Subject: [PATCH] commit --- commit.sh | 9 ++++++++- output/.gitignore | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) 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