Support icon indicating copy to clipboard operation
Support copied to clipboard

Where is Checkout command on 0.45.3 version?

Open mbisax opened this issue 1 year ago • 3 comments

I use Arch Linux and I installed version 0.45.3 from the previous one. Now, when I right-click on a commit, the Checkout command does not appear. Am I doing something wrong or is this something wanted? In this case, how do I checkout a commit? Thanks in advance.

mbisax avatar Oct 14 '24 08:10 mbisax

The checkout button is only on branches on the left. (To checkout a specific commit that doesn't have a branch pointing at it, you need to make a temporary branch)

GitFiend avatar Oct 15 '24 23:10 GitFiend

Thanks, very much, for the reply. I'm curious: why was the ability to checkout a commit removed like in previous versions? I checked MeGit that I hadn't used for a long time, since I chose GitFiend for its simplicity, and the ability to check-out a specific commit is still possible.

Thanks in advance.

mbisax avatar Oct 16 '24 06:10 mbisax

The closest thing GitFiend has to this feature is the ability to reset your branch to a certain commit, but it will remove commits if it's the only branch pointing to them. I'm not sure the best way to implement the checkout commit feature. My initial feeling was using a detached head would be annoying, but I never tried it.

GitFiend avatar Oct 16 '24 23:10 GitFiend