Skip to content
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

where can git clone "0.0.1-alpha3" #40

Open
gzll opened this issue Jul 7, 2017 · 3 comments
Open

where can git clone "0.0.1-alpha3" #40

gzll opened this issue Jul 7, 2017 · 3 comments

Comments

@gzll
Copy link

gzll commented Jul 7, 2017

I found the version dat* is "0.0.1-alpha3" in project.clj

[datsync "0.0.1-alpha3"]
[datview "0.0.1-alpha3"]

but when git clone the source code form github, the version is

(defproject datsync "0.0.1-alpha2-SNAPSHOT"

I try this

git clone -b 0.0.1-alpha3 https://github.com/metasoarous/datspec.git

but it didn't work

Cloning into 'datspec'...
fatal: Remote branch 0.0.1-alpha3 not found in upstream origin

How can I get the new version of the source code?

@oleschoenburg
Copy link

The dev branch is what you are looking for.

@gzll
Copy link
Author

gzll commented Sep 7, 2017

but the https://github.com/metasoarous/datspec.git have only 2 branches: master, symmetric. their version are same: "0.0.1-alpha1-SNAPSHOT".

@oleschoenburg
Copy link

Oh sorry, my mistake. Seems like it's not pushed yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants