From 4577124dc1898db9b69bf7b29e25434f73dc1f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?As=C4=B1f=20Zubayer=20Palak?= <36653429+Acesif@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:44:48 +0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a210408..53c52b27 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,16 @@ You can propose a feature by raising an issue. But before that make sure the fea 9. ``` npm install ``` -11. **Create a new branch for your contribution:** +10. **Add the changes you made** + You could either use this to add all the changes you made + ``` + git add . + ``` + or, you could specify the files you want to include in the commit + ``` + git add file1 file2 + ``` +12. **Create a new branch for your contribution:** ``` git checkout -b your-branch-name ```