Git筆記(簡單使用)

從github或者其他倉庫拉取代碼(https方式)      git clone git地址 提交代碼      git add .   .表示所有文件      git commit -m "註釋"      git push -u origin master   -u第一次提交寫上 更新代碼     git pull 查看所有分支     git branch -a 切換https/修改遠程
相關文章
相關標籤/搜索