RotherOSS / doc-otobo-dev

OTOBO Developer Manual
GNU Free Documentation License v1.3
0 stars 6 forks source link

Update branches in git clone commands #32

Closed mbeijen closed 6 months ago

mbeijen commented 11 months ago

From content/get-started/development-environment.rst:

 shell> git clone git@github.com:RotherOSS/otobo.git -b master
 shell> git clone git@github.com:RotherOSS/otobo.git -b rel-6_0

Both of these branches do not exist anymore:

tmp % git clone git@github.com:RotherOSS/otobo.git -b master
Cloning into 'otobo'...
fatal: Remote branch master not found in upstream origin
 % git clone git@github.com:RotherOSS/otobo.git -b rel-6_0
Cloning into 'otobo'...
fatal: Remote branch rel-6_0 not found in upstream origin

So I've updated the commands, the first one to clone just the github default and the second one to use the rel-10_1 branch