sch-npc-senior-online-judge

How to pull this repo to your domserver

Note: If you have any local changes before, they will be lost.

NEWER

apt update
apt install git -y
cd /opt/domjudge/domserver/webapp/
git init
git add .
git commit -m "Anything"
git remote add origin https://github.com/syafiqjos/sch-npc-senior-online-judge.git
git fetch --all
git reset --hard origin/master

LEGACY

- apt update
- apt install git -y
- cd /opt/domjudge/domserver/webapp/
- git init
- git add .
- git commit -m "Anything"
- git remote add origin https://github.com/iwandepe/sch-npc-senior-online-judge.git
- git fetch --all
- git reset --hard origin/master