I\'m trying to commit my first Git repository to a gitlab instance, which I\'ve set up on a debian-VM. Everything is going to happen via local network. The following commands ar
use this format:
git remote add origin ssh://git@xxx.xxx.xxx.xxx:1337/Matt/test.git
user@host:[port]/path in most cases, we omit the port and it looks like this: user@host:/path ....
user@host:[port]/path
user@host:/path