git在項目中的基本操做命令

1 克隆代碼git git clone XXX日誌 2 提交代碼it git add .ast 3 提交日誌推送 git commit -m ‘內容’co 4 提交遠端(推送代碼)push git pushindex 5 查看全部分支commit git branch分支 6 拉取遠端分支和代碼 git pull 7 切換分支 git check master 8 合併代碼,將origin/ind
相關文章
相關標籤/搜索