Git log does not switch the overview when changing branches

Answered

When changing branches in the Git log overview, it does not change the git log when changing branches. 

Each time when you switch a branch, you have to manually click on "Branch", then "Select..." and search for the corresponding branch.

Can this also be done automatically? In other words, when you switch branches, then the log should switch to that branch as well.

0
4 comments

What kind of behavior do you have configured under "Gear" icon next to a branch list? If you set "On single click Update branch filter" next time during checkout your filter "Branch" should be set to a checked out branch

1

Ah, I see now. That works. Had some trouble finding the gear icon, but that was the gear on the left-hand side. Thanks!

0

When you switch branches, files that are not tracked by Git will remain untouched. Since Git does not know about new  file it will not just delete it.                                                                                                                                                                                

0

Please sign in to leave a comment.