git初級入門總結

1.初始化用戶信息git git config --global user.name xxx git config --global user.email xxx.com 2.建立本地倉庫web git init git remote add origin http://xxx.git 3.建立分支sql git branch v1.0 切換分支 git checkout v1.0 4.提交本地代
相關文章
相關標籤/搜索