Skip to content

Commit

Permalink
simple
Browse files Browse the repository at this point in the history
  • Loading branch information
YichaoOU committed Jun 19, 2019
1 parent 359db5a commit e9c90a6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions git_commit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

import sys
import os

comment = sys.argv[1]

os.system("git add *")

os.system("git commit -m %s"%(comment))

os.system("git push")













0 comments on commit e9c90a6

Please sign in to comment.