fixup: token string style (#1081)

- use underscore rather than minus
- use lower case rather than uppder case
This commit is contained in:
Te-Chi Liu
2016-09-21 23:35:46 +08:00
committed by Agniva De Sarker
parent a6efcb6ba8
commit 5a54763c72
10 changed files with 18 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
- Commit staged files to the repository with comment:
`git commit -m {{MESSAGE}}`
`git commit -m {{message}}`
- Replace the last commit with currently staged changes: