Skip to content

eclipseguru/jdt-ls-meta-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meta Repository for Bazel and Java LS development

Getting Started

# 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.

Development Workflows

Refresh master from upstream

meta git fetch upstream
meta git pull 

Create feature branch

meta git checkout -b <username>/feature

About

Meta Repository for working with Bazel & JDT LS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published