From f04c18a5b5492eb0c68a9f7d4633d2c463a9ad89 Mon Sep 17 00:00:00 2001 From: timm Date: Sun, 18 Aug 2024 01:47:02 -0400 Subject: [PATCH] doco --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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