随笔分类 -  Git

git 使用相关
摘要:origin为远程仓库名 命令:git push origin local_branch:remote_branch 备注:此命令中,local_branch必须为你本地存在的分支,remote_branch为远程分支,如果remote_branch不存在则会自动创建分支;类似,git push o 阅读全文
posted @ 2017-08-08 20:18 Lemon_SG 阅读(3874) 评论(0) 推荐(0)