Skip to content

Commit

Permalink
doco
Browse files Browse the repository at this point in the history
  • Loading branch information
timmenzies committed Aug 18, 2024
1 parent a04827f commit f04c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f04c18a

Please sign in to comment.