服務器上部署git服務器

1. 配置ssh 2. git init --bare sample.git // eg:/data/git 3. git clone username@ip:/data/git/sample.git // 在本身的工做目錄.eg:/home/jack 4. git add . 5. git commit -m 'commit' 6. git push origin master
相關文章
相關標籤/搜索