diff --git a/git-commit_and_push.sh b/git-commit_and_push.sh new file mode 100644 index 0000000..3e84fb9 --- /dev/null +++ b/git-commit_and_push.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git add . && git commit -m "$1" && git push -u origin main