DEV Community

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

 
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

😁