Skip to content

Commit

Permalink
Reworked git shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
bozso committed Jun 4, 2019
1 parent 2a82bcb commit c18971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ git_remote_add() {

git_push() {
check_narg $# 1
echo "git commit -am \"$*\""

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

0 comments on commit c18971d

Please sign in to comment.