diff --git a/gitupload b/gitupload new file mode 100755 index 0000000..1c3c2f9 --- /dev/null +++ b/gitupload @@ -0,0 +1,6 @@ +#!/bin/bash +git add . +echo "enter commit message" +read message +git commit -m "$message" +git push origin master \ No newline at end of file