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
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
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