Fix git commit typo (#1347)

* Refine the git commit steps description.
This commit is contained in:
Aadhitya A 2020-08-22 09:21:08 +05:30 committed by GitHub
parent e474ea86d4
commit ef32da1dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ So that you can start straight away.
- Fork it!
- Create your feature branch: `git checkout -b my-new-feature`
- Commit your changes: `git commit -am 'Add some feature'`
- Commit your changes: `git add . && git commit -m 'Add some feature'`
- Push to the branch: `git push origin my-new-feature`
- Submit a pull request