How to make a pull request on an open source project

Channel:
Subscribers:
254,000
Published on ● Video Link: https://www.youtube.com/watch?v=8A4TsoXJOs8



Category:
Tutorial
Duration: 16:57
45,086 views
1,184


I'm just walking you through how you could use git to fork an upstream branch, make a new branch, add changes to your git stage, commit your changes, and then push those changes to your branch, make a pull request (PR) to the upstream github repo, and then also how to update your master branch to match the upstream branch by using git fetch and git reset --hard.

🔔 Newsletter http://eepurl.com/hnderP
🤓 ES6 Udemy Course https://tinyurl.com/yxdvf2zl
🐦 Twitter https://twitter.com/thewebdevjunkie
📷 Instagram https://www.instagram.com/thewebdevjunkie/
💬 Discord https://discord.gg/4kGbBaa
📁. GitHub https://github.com/codyseibert/youtube




Other Videos By Web Dev Cody


2021-05-04Making your first Node REST API | Beginner's Guide to Full Stack Development
2021-04-30Using Functions in Javascript | Beginner's Guide to Full Stack Development
2021-04-29Rendering Posts using Javascript | Beginner's Series to Full Stack Web Development
2021-04-28Using Javascript to Create a Header | Beginner's Series to Full Stack Web Development
2021-04-27Using External Stylesheets & Multiple Pages | Beginner's Series to Full Stack Web Development
2021-04-26Lets learn more about CSS | Beginner's Series to Full Stack Web Development
2021-04-25Let's look into using HTML | Beginner's Series to Full Stack Web Development
2021-04-24How does an application work | Beginner's Series to Full Stack Web Development
2021-04-22What is Full Stack Development | Beginner's Series to Full Stack Web Development
2021-04-21How to use BEM for your CSS
2021-04-20How to make a pull request on an open source project
2021-04-19Coding a Custom usePaginationFetch React Hook Tutorial
2021-04-17React hooks are unintuitive... or maybe I'm just dumb
2021-04-16Coding a custom React hooks for form validation
2021-04-15Real world examples of recursion in web development
2021-04-10Helped a subscriber understand permutations recursive algorithm in Javascript
2021-04-07Why using the classnames library will clean up your react code
2021-04-06If you haven't used Cypress for E2E Testing, you're missing out
2021-04-05Adding GitHub Actions to your project will help you out
2021-04-04A lesson in refactoring react code: cleaning up a modal component
2021-04-03A High Level Overview of Server Side Sessions for Authentication



Tags:
web development
programming
coding
code
learn to code
tutorial
software engineering
git
github
git fetch
git pull
git commit
git add
pull request
prs
open source
source control
upstream branch
git remote