fixup: token string style (#1081)
- use underscore rather than minus - use lower case rather than uppder case
This commit is contained in:

committed by
Agniva De Sarker

parent
a6efcb6ba8
commit
5a54763c72
@@ -4,11 +4,11 @@
|
||||
|
||||
- Switch to another branch:
|
||||
|
||||
`git checkout {{BRANCH-NAME}}`
|
||||
`git checkout {{branch_name}}`
|
||||
|
||||
- Create and switch to a new branch:
|
||||
|
||||
`git checkout -b {{BRANCH-NAME}}`
|
||||
`git checkout -b {{branch_name}}`
|
||||
|
||||
- Undo unstaged local modification:
|
||||
|
||||
|
Reference in New Issue
Block a user