摘要:git branch -D master git fetch origin master(远程):master(本地)
阅读全文
03 2022 档案
摘要:git branch -D master git fetch origin master(远程):master(本地)
阅读全文
摘要:1.查看git状态 # git status# 位于分支 release-v3.1.0-remove-swagger# 尚未暂存以备提交的变更:# (使用 "git add <file>..." 更新要提交的内容)# (使用 "git checkout -- <file>..." 丢弃工作区的改动)
阅读全文
摘要:使用以下命令添加upstream: git remote add upstream https://code.cestc.cn/tian.long/syndesis.git 拉取远端upstream代码: git fetch upstream master(具体分支) 拉取完之后会在git分支列表出
阅读全文
|