diff --git a/pushchanges.sh b/pushchanges.sh new file mode 100644 index 0000000..cff7603 --- /dev/null +++ b/pushchanges.sh @@ -0,0 +1,5 @@ +git add . +echo Write a short commit: +read commit +git commit -m " '$commit' " +git push \ No newline at end of file