mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
add tutorial to clone exclusively specific branch
This commit is contained in:
parent
6233dab8d6
commit
7b96d1da81
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
|
||||
```sh
|
||||
git clone https://github.com/bisq-network/bisq
|
||||
# if you intend to do testing on the latest release, you can clone the respective branch selectively, without downloading the whole repository
|
||||
# for the 1.9.3 release, you would do it like this:
|
||||
git clone --branch release/v1.9.3 https://github.com/bisq-network/bisq
|
||||
cd bisq
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue