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 0d76666 commit 88cb729Copy full SHA for 88cb729
deploy.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
sh print.sh ./docs/markdown
3
-git add -all
+git add --all
4
if [ ! -n "$1" ] ;then
5
git commit -am "new commit"
6
else
0 commit comments