Git

Git命令java //克隆 git clone SSH/HTTPS路徑 //切換分支 git checkout 分支名 //提交項目 git add . git commit -m '說明' git push origin 主支/分支名 //更新全部遠程分支的本地分支 git fetch //合併分支 git merge<br> //更新後自動合併到本地分支(至關於前面兩個命令) git pul
相關文章
相關標籤/搜索