-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
are we there? #6
Comments
Testing TItan importing process? |
@pablopareja yep but this should go in bio4j/titandb |
OK, so what can I do? where should I start? I'm a bit lost with so many new branches incorporating new features 😃 |
you can checkout |
it's telling me something about the branch being in detached state... 😲
❓ |
versions are tags, so you just # just in case
git remote update
# list versions
git tag -l
# checkout a particular version
git checkout tags/v0.2.0 see Git - Tagging |
@pablopareja how is this going? |
I had a look at the code but so far I've been too busy with mg7 to start checking the importing process of this new version... 😕 |
TOP PRIORITY we need to have a stable release ASAP.
The requirements for this are
@pablopareja what's missing of this list? what's the current state?
The text was updated successfully, but these errors were encountered: