¿How to clone remote Git repository from my laptop using ssh access?

Hello! I’ve managed to achieve what I wanted. The server I have has Git installed on its operating system. I access the server using SSH authentication, and from there, I initialized Git in the html_public folder with ‘git init’; then, in a folder on my computer, I cloned the repository I created with ‘git clone [email protected]:/directorio/del/servidor/al/repositorio/.git’. Now I can make changes from my computer and commit them. So, I don’t need Gitlab for now.

1 Like