git commit -m 'hello world' $ git remote add origin http://root@gitlab.example.com:30080/root/test.git $ git push -u origin master Password for 'http://root@gitlab.example.com:30080': Counting objects: 3, done. Writing objects: 100% (3/3), 233 bytes | 0 ...
↧