$ mkdir hello.git
$ cd hello.git
$ git --bare init
Client :
$ mkdir hello
$ cd hello
$ git init
$ touch README
$ git add README
$ git commit -m 'first commit'
$ git remote add origin user@REMOTE_SERVER:hello.git
$ git push origin master
Reference :
Debian Linux 架設使用 SSH 存取 的 Git Server | Tsung's Blog
沒有留言:
張貼留言