Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafizurhimself committed Dec 31, 2022
1 parent a77af6b commit 65d7bf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ Then, start the development server:
```bash
yarn dev
```

After completing a feature, you need to push the code to the remote repository. To push the code run the following command:

```bash
git add .
git commit -m "commit message"
git push origin feat/<feature-name>
```

0 comments on commit 65d7bf9

Please sign in to comment.