We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You should clone from your forked repo for this to work:
git remote add upstream git@github.com:learningequality/ka-lite.git
BRANCH = branch you want to update
git checkout $BRANCH git fetch upstream git merge upstream/$BRANCH
git push origin $BRANCH