# install meta command
npm i -g meta
# clone this repository
meta git clone [email protected]:eclipseguru/jdt-ls-meta-repo.git
# setup dev environment
cd jdt-ls-meta-repo
make setup
- The
master
branch represents the latest on all involved repositories. - The
origin
repository is actually a fork itself so
A remote upstream
is setup to point to the upstream repository.
meta git fetch upstream
meta git pull
meta git checkout -b <username>/feature