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.提交本地代
相关文章
相关标签/搜索