分支和当前分支之间的git差异

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了分支和当前分支之间的git差异相关的知识,希望对你有一定的参考价值。

This will display the commit difference between the origin/master branch and the current working branch
  1. branch=$( git branch 2>/dev/null|grep -e ^* | tr -d * )
  2. git log --oneline remotes/origin/master "^${branch}"

以上是关于分支和当前分支之间的git差异的主要内容,如果未能解决你的问题,请参考以下文章

Gitlab - CI 分支与 HEAD 分支之间的 Git 差异

为啥合并后GIT会说“已经是最新的”,但分支之间的差异仍然存在?

如何查看 git 中分支之间的提交差异?

git rebase与git merge的区别

git rebase与git merge的区别

git导出有差异的文件列表