Skip to content

Commit 58ef0d5

Browse files
author
刘宇辉
committed
bash script to simplify the process of pushing source code to github
1 parent c6c99b5 commit 58ef0d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
read comment
4+
git add $1
5+
git commit -m "$comment"
6+
7+
git push git@github.com:wolfpython/thinkpython

0 commit comments

Comments
 (0)