askewseth / Concordanator

A java based application to create and search word concordances of public domain texts.
https://sible777.github.io/Concordanator
MIT License
0 stars 1 forks source link

Rebase cleanup #16

Closed corysabol closed 8 years ago

corysabol commented 8 years ago

The master branch should contain all the relevant code now.

I will update the readme to reflect the new workflow.

In short you will need to do the following to rebase out from the master now:

  1. git checkout master 2.git pull origin master to update your local version of master with the changes
  2. Create a new netbeans project? (maybe not, need to figure out logistics of workflow)
  3. Import the code to the project.