git merge - How to show all logs including the merged branches in git-flow -
I took git-flow
to do my work,
but For example, when I finish the branch, I feature / support_vadp
I do not see that log in that branch now.
584c054 - Ignore (head, hotfix / fix_dropplet_partial_on_itimes): experimental seeding files (24 minutes ago) & lt; Poc7667 & gt; Bbff - (master) merge branch 'development' (31 minutes ago) & lt; Poc7667 & gt; 7bc6c17 - (development) merge branch '37 Features of feature / support_wid' (37 minutes ago) & lt; Poc7667 & gt;
This will be a log of development branch, where you merged your facility branch.
To view all branches:
GIT logs - all - branches
It also depends on whether you have git-flow How to use: For example, you will have the option to end and delete the branch:
(In that case you will not be able to see the facility branch committees, even See more on a with git log --all --branches
)
""
Comments
Post a Comment