随笔分类 -  Git

Git的相关介绍和操作
摘要:Git的常用操作: git checkout -b 本地分支 #创建本地的分支—本地分支,并切换到该分支下。 git branch --set-upstream-to=origin/远程分支 本地分支 #本地分支关联上origin/远程分支。 git pull #本地分支与origin/远程分支进行 阅读全文
posted @ 2019-11-26 12:27 PasPerCon 阅读(117) 评论(0) 推荐(0)