I'm trying to figure out the revision in the trunk when a branch was merged in, but I'm not sure how. Thanks for the help.

有帮助吗?

解决方案

git log --all --decorate --one-line --graph

will allow you to see the history without leaving the command line.

其他提示

You can see network diagram on github.com for your repository. It will show flow diagram for all branches and whether or when they were merged with proper revision number.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top