7 lines
241 B
Markdown
7 lines
241 B
Markdown
|
|
## To clone:
|
||
|
|
clone@github:~/.ssh$ ssh-keygen -o -t rsa -C “ssh@github.com”
|
||
|
|
clone@github:~/.ssh$ cat id_rsa.pub
|
||
|
|
insert the key in the github account
|
||
|
|
|
||
|
|
git clone --recurse-submodules -j8 git@github.com:marcopedone/infoalloggi-monorepo.git
|