We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git push origin $BRANCH:$DIFFERENT_BRANCH
git reset --hard HEAD
git grep $STRING
There was an error while loading. Please reload this page.