Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Wscats committed Nov 22, 2019
1 parent 6d1af3d commit 3382c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git add .
echo -n "enter git message:" ---:
echo -n "enter commit message:" ---:
read name
git commit -m"$name"
git push origin master

0 comments on commit 3382c41

Please sign in to comment.