git應用操作

剛開始創建git本地倉庫需要使用 git init 然後 git add . git commit -m "init commit" 之後就可以使用 git  branch 來創建分支 git checkout 切換分支 也可以直接組合來創建分支並切換   git checkout -b name  有遠端分支 可以使用git checkout -b name -t remote 來創建並切換分支
相關文章
相關標籤/搜索