Skip to content

Commit

Permalink
Merge pull request #4 from alias-rahil/fix/git-command
Browse files Browse the repository at this point in the history
fix: git command to push new branch
  • Loading branch information
thebongy authored Nov 24, 2020
2 parents 4551a2e + 98adfe7 commit af2fedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Contributions are what make the open source community such an amazing place to b
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
4. Push to the Branch (`git push -u origin feature/AmazingFeature`)
5. Open a Pull Request

You are requested to follow the contribution guidelines specified in [CONTRIBUTING.md](./CONTRIBUTING.md) while contributing to the project :smile:.
Expand Down

0 comments on commit af2fedb

Please sign in to comment.