DEV Community

Discussion on: The No Jargon Guide – Article 1 – Git & GitHub

Collapse
 
beejoy profile image
Bijay Rai

PR = Pull Request :-)

Thread Thread
 
lauracharvey profile image
lauracharvey

Ahh I understand now! Thanks for clarifying 😊 no need to create a pull request to add to your own repo. If you go to the section called “What’s Next?” In the article the instructions are there for adding/updating to your own repo.

1 git add .
2 git status (not necessary but good to check)
3 git commit -m “message”
4 git push -u

😁