質問

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