Skip to content

Commit

Permalink
Merge pull request #1 from JayrajSingh65/main
Browse files Browse the repository at this point in the history
fix: updated reame file
  • Loading branch information
sahiljawale54 authored Oct 8, 2022
2 parents d8b80a1 + 625002f commit 7138491
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions README.md
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✨

0 comments on commit 7138491

Please sign in to comment.