Skip to content

Commit

Permalink
updated commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmaly committed Aug 8, 2021
1 parent e919205 commit 6529ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
git add .
git commit -m $1
git commit -m "$1"
git push origin master

0 comments on commit 6529ce7

Please sign in to comment.