Git 基础教程 之 远程库更新到本地

PS:git remote -v 查看远程仓库

       git diff temp 比较master 分支与temp的不同

如果分支没有合并到主分支上,用

       git branch -D temp 强制删除。

猜你喜欢

转载自www.cnblogs.com/hardy9sap/p/9340987.html
今日推荐