altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.74k stars 89 forks source link

Fix awkward checkout branch #55

Closed altsem closed 6 months ago

altsem commented 6 months ago

Gitu doesn't prompt you like Magit does, rather requires the cursor to be on whatever you want to check out.

Magit deals with checking out by prompting which branch/ref to use first (defaults to currently selected).