@@ -1,3 +1,3 @@
git add .
-git commit -m "${0-"quick update"}"
-git push ${1-alevel_homework} ${2-master}
+git commit -m "${1-"quick update"}"
+git push ${2-alevel_homework} ${3-master}