GIT命令總結

git commit 將暫存區的改動存到本地的版本庫 git commit -m 「message」 git checkout 檢出 創建新分支:git branch branchName 切換到新分支: git checkout branchName 創建並切換分支:git checkout -b branchName git merge 合併分支 git merge branch 將branc
相關文章
相關標籤/搜索