Git 基础命令

git init
git config user.name Jing
git config user.email jing@6666
git clone http://git-xxx.com/xx/xxx.git

--切换分支
git checkout -b 分支名称

posted @ 2020-08-14 14:36  春夏秋冬的千山万水  阅读(74)  评论(0)    收藏  举报