We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025fad5 commit 847e4ceCopy full SHA for 847e4ce
script.py
@@ -0,0 +1,5 @@
1
+import os
2
+message = input("Enter commit message: ")
3
+os.system("git add .")
4
+os.system("git commit -m \"" + message + "\"")
5
+os.system("git push -u origin master")
0 commit comments