We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f154ab8 commit ec8f0fbCopy full SHA for ec8f0fb
Makefile
@@ -53,7 +53,7 @@ status:
53
git status
54
55
save:
56
- if [ "$(msg)" != "" ]; then git commit -am "$(msg)"; else git commit -am "Quick Save"; fi
+ @if [ "$(msg)" != "" ]; then git commit -am "$(msg)"; else git commit -am "Quick Save"; fi
57
git push origin $(BRANCH)
58
59
refresh:
0 commit comments