Skip to content

Commit

Permalink
Started
Browse files Browse the repository at this point in the history
  • Loading branch information
bozso committed May 14, 2019
1 parent 5bc87b8 commit 9401cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ check_narg() {
push() {
check_narg $# 1

echo $*
git commit -am $*
git push origin master
}
Expand Down

0 comments on commit 9401cfc

Please sign in to comment.