DEV Community

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

Collapse
 
lauracharvey profile image
lauracharvey

Hey Bijay
Thanks so much for reaching out. Can you just confirm what you mean by PR? I’m not familiar with the abbreviation.
Thanks
Laura 😁

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

😁