I'm not a git expert, so this question might sound either trivial or no sense. I was wondering if it is possible to create a repository in a local machine and give access to such repository using ssh.
The idea would be not using anything remote, but just provide access to a few colleagues/friends who wish to try my code.
Is this possible?
I should also clarify that the purpose of this is to allow my colleagues to access my code, so it cannot be stored in a personal repository since would be company related, despite it's not part of any project.