Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: doof on August 23, 2014, 10:34:10 PM



Title: Quick github bitcoin question
Post by: doof on August 23, 2014, 10:34:10 PM
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



Title: Re: Quick github bitcoin question
Post by: btchris on August 23, 2014, 11:26:28 PM
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


Title: Re: Quick github bitcoin question
Post by: doof on August 24, 2014, 04:41:20 AM
Thanks


Title: Re: Quick github bitcoin question
Post by: bassguitarman on August 26, 2014, 06:19:01 PM
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


Title: Re: Quick github bitcoin question
Post by: alwinlinzee on August 28, 2014, 12:17:52 PM
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.