Author

Topic: Quick github bitcoin question (Read 1354 times)

sr. member
Activity: 434
Merit: 250
August 28, 2014, 08:17:52 AM
#5
Each release version is tagged, so for example:

Code:
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout tags/v0.9.2.1

You can also go to the tag and download the zip

I think downloading the zip from the tag will be splendid at least one is rest assured of an updated version.
hero member
Activity: 728
Merit: 500
August 26, 2014, 02:19:01 PM
#4
Each release version is tagged, so for example:

Code:
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout tags/v0.9.2.1

You can also go to the tag and download the zip
hero member
Activity: 765
Merit: 503
August 24, 2014, 12:41:20 AM
#3
Thanks
hero member
Activity: 672
Merit: 504
a.k.a. gurnec on GitHub
August 23, 2014, 07:26:28 PM
#2
Each release version is tagged, so for example:

Code:
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout tags/v0.9.2.1
hero member
Activity: 765
Merit: 503
August 23, 2014, 06:34:10 PM
#1
Just want to clone the release build of 0.9.2.1.  Do the developers branch for release, or label / tag?

Is the command just git clone -b 0.9.2 https://github.com/bitcoin/bitcoin

https://github.com/bitcoin/bitcoin/tree/0.9.2

Jump to: