docs: use SSH for workspace handoff
This commit is contained in:
@@ -33,7 +33,7 @@ Multi-service monorepo for the Darano financial/crypto platform.
|
||||
The Darano workspace is an aggregate of independent Git repositories. These
|
||||
commands reproduce the current directory layout and select the branches used by
|
||||
this refactor. They expect the local branches to have been pushed first and
|
||||
require SSH access to `git.darano.ir` (except `dev-procfile`, which uses HTTPS).
|
||||
require SSH access to `git.darano.ir`.
|
||||
|
||||
```bash
|
||||
mkdir darano
|
||||
@@ -46,7 +46,7 @@ git clone --branch main git@git.darano.ir:KuknosNode/Scripts.git Kuknos-Node-scr
|
||||
git clone --branch dev git@git.darano.ir:Kahroba/alert.git alert
|
||||
git clone --branch main git@git.darano.ir:Kahroba/api.git api
|
||||
git clone --branch feat/refactor-v1 git@git.darano.ir:Kahroba/auth.git auth
|
||||
git clone --branch main https://git.darano.ir/Kahroba/dev-procfile.git dev-procfile
|
||||
git clone --branch main git@git.darano.ir:Kahroba/dev-procfile.git dev-procfile
|
||||
git clone --branch dev git@git.darano.ir:Kahroba/docs.git docs
|
||||
git clone --branch feat/refactor-v1 git@git.darano.ir:Kahroba/proto.git proto
|
||||
git clone --branch fix/contact-us git@git.darano.ir:Kahroba/ui.git ui
|
||||
|
||||
Reference in New Issue
Block a user