https://github.com/purwar1997/pr-workflow
Learning pull-request workflows in GitHub
https://github.com/purwar1997/pr-workflow
github github-issues pull-request workflow
Last synced: 11 months ago
JSON representation
Learning pull-request workflows in GitHub
- Host: GitHub
- URL: https://github.com/purwar1997/pr-workflow
- Owner: purwar1997
- Created: 2025-02-14T04:19:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:01:22.000Z (over 1 year ago)
- Last Synced: 2025-07-07T08:05:24.962Z (11 months ago)
- Topics: github, github-issues, pull-request, workflow
- Language: HTML
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Pull Request
- Pull requests are one of the best ways to collaborate in GitHub.
- PRs can be created to add a new feature or to fix a bug.
- PRs are first reviewed by the author and can only be merged into the main branch after being approved.
## Online resources to learn about PR creation
- [Hitesh Choudhary Channel](https://www.youtube.com/watch?v=mqJIGIxRkEs)
- [Anurag Singh Channel](https://www.youtube.com/watch?v=1akLzbfK0XU)
- [CodeWithHarry Channel](https://www.youtube.com/playlist?list=PLu0W_9lII9agwhy658ZPA0MTStKUJTWPi)
- [Kunal Kushwaha Channel](https://www.youtube.com/watch?v=apGV9Kg7ics)