Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
fix: commit command should not use -a option
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcor committed Apr 18, 2018
1 parent a58714e commit 318a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-deploy-to-gh-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git rm -rf .
```bash
echo "Placeholder page" > index.html
git add index.html
git commit -a -m "Placeholder page"
git commit -m "Placeholder page"
git push origin gh-pages
```

Expand Down

0 comments on commit 318a84b

Please sign in to comment.