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

for example,

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;  

Enter image details here

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:

Http://blog.sourcetreeapp.com/files/2012/07/flow_finishfeature.png

(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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -