git 倉庫的使用

一、倉庫的創建git

git --bare init   服務端倉庫的創建
服務器

二、檢出倉庫.net

    本地:
code

git clone /path/to/repositoryget

    遠程:同步

git clone username@host :/path/to/repositoryit


三、提交文件:ast

git add <filename>class

git commit  /  git commit -m "提交的log"file

四、同步到服務器倉庫

git push origin master

相關文章
相關標籤/搜索