From 47b0cfd2291d8aef1525971fc411369f11472d03 Mon Sep 17 00:00:00 2001 From: jayrajsingh Date: Sat, 8 Oct 2022 11:44:59 +0530 Subject: [PATCH 1/2] updated reame file --- README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f20024..ab0b29c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,58 @@ -# devcheatsheet -Collection of Developer Cheat Sheets, created and maintained by awesome developers. +# devcheatsheet +**Collection of Developer Cheat Sheets, created and maintained by awesome developers.** + + +## ๐Ÿ› ๏ธ Installation Steps + +**1**. [Fork](https://github.com/RuntimeThinkers/devcheatsheet) the project. Click on the icon in the top right to get started + + +**2**. Clone the project, you can use the following command: + +```bash +git clone https://github.com//devcheatsheet +``` + +**3**. Navigate to the project directory + +```bash +cd devcheatsheet +``` +## ๐Ÿฅ‚ After making a change + +**1**. Create a new branch + +```bash +git checkout -b YourBranchName +``` + +**2**. Add it to staging area + + +```bash +git add +``` + +**3**. Commit your changes with + +```bash +git cz +``` + +**4**. Push your changes + +```bash +git push +``` + +## ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป Contributing + +- Contributions make the open source community such an amazing place to learn, inspire, and create. +- Any contributions you make are greatly appreciated. +- Check out our [contribution guidelines](/CONTRIBUTING.md) for more information. + + +## ๐Ÿ™๐Ÿฝ Support + +This project needs a star๏ธ from you. Don't forget to leave a starโœจ + From 625002fa6016fd5d31434c2d054289d5b0b7fe26 Mon Sep 17 00:00:00 2001 From: Jayraj singh <97652040+JayrajSingh65@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:23:39 +0530 Subject: [PATCH 2/2] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0b29c..5162961 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## ๐Ÿ› ๏ธ Installation Steps -**1**. [Fork](https://github.com/RuntimeThinkers/devcheatsheet) the project. Click on the icon in the top right to get started +**1**. [Fork](https://github.com/RuntimeThinkers/devcheatsheet) the project. Click on the icon in the top right to get started **2**. Clone the project, you can use the following command: