Bitcoin Forum
April 30, 2024, 07:42:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Quick github bitcoin question  (Read 1342 times)
doof (OP)
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
August 23, 2014, 10: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

1714506120
Hero Member
*
Offline Offline

Posts: 1714506120

View Profile Personal Message (Offline)

Ignore
1714506120
Reply with quote  #2

1714506120
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
btchris
Hero Member
*****
Offline Offline

Activity: 672
Merit: 504

a.k.a. gurnec on GitHub


View Profile WWW
August 23, 2014, 11: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
doof (OP)
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
August 24, 2014, 04:41:20 AM
 #3

Thanks
bassguitarman
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
August 26, 2014, 06: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
alwinlinzee
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
August 28, 2014, 12:17:52 PM
 #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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!