From ef32da1dcf6784ed644d00bb2256923704bafe99 Mon Sep 17 00:00:00 2001 From: Aadhitya A <59508546+alphaX86@users.noreply.github.com> Date: Sat, 22 Aug 2020 09:21:08 +0530 Subject: [PATCH] Fix git commit typo (#1347) * Refine the git commit steps description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d44dec3..da1f39e0 100644 --- a/README.md +++ b/README.md @@ -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