git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| <?xml version="1.0" encoding="UTF-8"?> | |
| <quiz> | |
| <!-- question: 112 --> | |
| <question type="gapfill"> | |
| <name> | |
| <text>his name was Jan</text> | |
| </name> | |
| <questiontext format="html"> | |
| <text><![CDATA[<p dir="ltr" style="text-align: left;">How would you say "his name was John" in Polish?</p><p dir="ltr" style="text-align: left;">«On miał na [imię] Jan.»<br></p>]]></text> | |
| </questiontext> | 
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream