discard changes on checkout

go to line in blame

Added
- support choosing checkout branch method when status is not empty [@fatpandac] (#2404)
- support pre-push hook [[@xlai89](https://...
Unclaimed project
Are you a maintainer of gitui? Claim this project to take control of your public changelog and roadmap.
discard changes on checkout

go to line in blame

discard changes on checkout

go to line in blame

new: manage remotes

new: manage remotes

note: this actually applied to the previous release already: 0.26.2
Ratatui (upstream terminal rendering crate) changed its serialization format for Colors. So the theme files have to be adjusted.
selection_fg: Some(White) -> selection_fg: Some("White")
but this also allows us now to define colors in the common hex format:
`se...