Skip to content

Instantly share code, notes, and snippets.

View nstefanski's full-sized avatar

Nicholas Stefanski nstefanski

View GitHub Profile
@nstefanski
nstefanski / gapfill.xml
Created May 23, 2022 22:08
gapfill xml export
<?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>

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream