diff --git a/Makefile b/Makefile index 1b77c24..44d9cb9 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pull: ## get updates from cloud git pull --quiet push: ## save local changes to cloud - read -ep "Why this push? " x; git commit -am "$$x" --quiet + - read -ep "Why this push? " x; git commit -am "$$x" --quiet git push --quiet -u --no-progress git status --short