摘要:
学习自表严肃(表哥)的网站远程仓库还有什么比远程仓库更cool的事情呢! 假设我们有了一个github账户: 创建远程仓库: 这时候会得到一个仓库地址: 上传操作:添加远程仓库 :git remote add 远程名称 地址查看远程仓库:git remote [-v... 阅读全文
摘要:
学习自表严肃(表哥)的网站创建分支命令: git branch branchName首先,先建立一个仓库:git init git_test2并且存档:git add .ait commit -m “Branch_test”创建分支Branch1:git branch... 阅读全文