摘要:
1.创建本地分支 git branch 分支名,例如:git branch 2.0.1.20120806 注: 2.0.1.20120806是分支名称,可以随便定义。 2.切换本地分支 git checkout 分支名,例如从master切换到分支:git checkout 2.0.1.201208 阅读全文
posted @ 2020-11-26 16:57
磊~~
阅读(272)
评论(0)
推荐(0)
摘要:
github新建一个远程仓库 git init git add . git commit -m "注释语句" 关联到远程仓库 git remote add origin https://github.com/hanhailong/CustomRatingBar git pull origin mas 阅读全文
posted @ 2020-11-26 16:20
磊~~
阅读(1436)
评论(0)
推荐(0)

浙公网安备 33010602011771号