diff --git a/scripts/git.sh b/scripts/git.sh index 15aabf5..c337bf2 100755 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -1,5 +1,7 @@ #!/bin/sh +git add . +git commit -m 'update: look at todo' git add . git commit -m 'update: look at todo' git push origin master