mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
fixed error in url
This commit is contained in:
@@ -43,13 +43,13 @@ _If you do not have a local copy the master branch yet_
|
|||||||
```
|
```
|
||||||
git clone https://github.com/BoostIO/Boostnote.git
|
git clone https://github.com/BoostIO/Boostnote.git
|
||||||
cd Boostnote
|
cd Boostnote
|
||||||
git fetch origin pull/2612/head:<PR>
|
git fetch origin pull/<PR>/head:<PR>
|
||||||
git checkout <PR>
|
git checkout <PR>
|
||||||
```
|
```
|
||||||
|
|
||||||
_If you already have the master branch_
|
_If you already have the master branch_
|
||||||
```
|
```
|
||||||
git fetch origin pull/2612/head:<PR>
|
git fetch origin pull/<PR>/head:<PR>
|
||||||
git checkout <PR>
|
git checkout <PR>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user