-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from JayrajSingh65/main
fix: updated reame file
- Loading branch information
Showing
1 changed file
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a href="https://github.com/RuntimeThinkers/devcheatsheet/fork"><img src="https://i.imgur.com/G4z1kEe.png" height="15" width="15"></a> icon in the top right to get started | ||
|
||
|
||
**2**. Clone the project, you can use the following command: | ||
|
||
```bash | ||
git clone https://github.com/<your-github-username>/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 <path to the file you worked on> | ||
``` | ||
|
||
**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✨ | ||
|