markdown Git有用的命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Git有用的命令相关的知识,希望对你有一定的参考价值。

### Show the last commits since the last merge

    git log $(git merge-base --octopus $(git log -1 --merges --pretty=format:%P)).. --boundary

### Show all the files changed since the last merge via git diff

    git diff --cc $M $M^1 $M^2 $(git merge-base $M^1 $M^2)

以上是关于markdown Git有用的命令的主要内容,如果未能解决你的问题,请参考以下文章

markdown Git有用的命令

markdown Git - 有用的命令

markdown 有用的Git命令

markdown 有用的Git命令

markdown 有用的Git命令

markdown 有用的git命令