Skip to content

Commit

Permalink
command
Browse files Browse the repository at this point in the history
  • Loading branch information
studeyang committed Nov 23, 2021
1 parent f4812a0 commit d3ff919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commit.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

git add .
git commit -m '$0'
git commit -m $1
git push

echo "\033[32m push success: $0 \033[0m"
echo "\033[32m push success: $1 \033[0m"

0 comments on commit d3ff919

Please sign in to comment.