Hans Unzner

Results 113 comments of Hans Unzner

> Now to the feature request, branch filter: Have you tried the "show branch" branch action? Via right click. It's meant for exactly this. It runs a temporary filter on...

No idea where the "All branches" button should be, but they are all displayed by default, so I can filter for the desired one. But as you already can filter...

Oh I had to search for it a while - well hidden :laughing: : ![grafik](https://github.com/user-attachments/assets/c694e532-f065-432d-90c0-a80dc0722132) But yeah, this gives a list of branches that is nice. Only for big repositories...

>well there is a filter for branch name at the top right :P But this is more a place to get a list of the branches and then jump to...

How does this look if you run ` git log --graph --oneline ` ?

Yeah this sounds good, I am looking foward to your PR. And If we could setup DevOps on my repository that would be great.

How would you push a single commit without a branch?

You can do this either with the VSCode integrated tools: https://github.com/user-attachments/assets/a6838bb5-9782-4eda-9547-5cfa7f6037a3 Or with Git Graph: https://github.com/user-attachments/assets/2adc12ed-aba9-478a-9f2e-25519285cb16

You mean you have a branch locally and want to push the branch some commits behind HEAD?

> **Display merge-base between 2 commits** > > In our company we use a lot of branches and that would be fantastic to have an option to display the `git...