Hey guys I made a video (in Spanish) explaining how to update your local client of GitHub to get all the new items that were added into the main proyect that we forked before!
I’ll also leave all commands I used here:
1) git remote -v
2) git remote add upstream https://github.com/fidmor89/.git
3) git remote -v
4) git fetch upstream
5) git checkout master
6) git merge upstream/master
Excellent video Herberth, it was very useful. Thank you.