metasoarous / datsys

(+ clj cljs datomic datascript re-frame-esque-frp)
Eclipse Public License 1.0
231 stars 25 forks source link

where can git clone "0.0.1-alpha3" #40

Open gzll opened 7 years ago

gzll commented 7 years ago

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?

lenaschoenburg commented 7 years ago

The dev branch is what you are looking for.

gzll commented 7 years ago

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

lenaschoenburg commented 7 years ago

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