Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do the arrows mean in the IDEA git log screen?

After a very tricky merge we now have to enter commit messages on merge and I noticed the down/up arrows in the git/log screen for IDEA.

I think it is "disconnected" but how do I reconnect it with the remote branch?

enter image description here

like image 881
Thomas Beauvais Avatar asked Jan 02 '15 07:01

Thomas Beauvais


2 Answers

Turns out the arrow is just a collapse feature! I feel silly now, but I couldn't find anything on this.

It's just a side effect from merging a lot of remotes into a single repo.

enter image description here
enter image description here

like image 199
Thomas Beauvais Avatar answered Oct 05 '22 20:10

Thomas Beauvais


It's just a navigate button to your last or next commit. Usually, it appear when too many commits on other branch, and your last commit are too far away from current.

like image 25
Mark Zhang Avatar answered Oct 05 '22 19:10

Mark Zhang