《git常用命令總結》

git init 將目錄變成git repository git add readme.txt 添加readme.txt git add . 表示添加所有的東西 git commit -m ‘update’ 提交修改,並備註修改內容 git remote add origin [email protected]:path/repo-name.git 關聯遠程倉庫 git branch --set-
相關文章
相關標籤/搜索