roadmap to 1.0

This commit is contained in:
Stephan Dilly 2021-01-11 17:26:18 +01:00
parent 2481be7a87
commit c0f9d3e93e

View file

@ -156,6 +156,20 @@ However, you can customize everything to your liking: See [Themes](THEMES.md).
The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to set them to `vim`-like bindings.
# Road(map) to 1.0
These are the high level goals before calling out `1.0`:
* upstream branches ([#453](https://github.com/extrawurst/gitui/issues/453))
* force push ([#274](https://github.com/extrawurst/gitui/issues/274))
* simple pull (only for ff-merge) ([#319](https://github.com/extrawurst/gitui/issues/319))
* merging with conflicts ([#485](https://github.com/extrawurst/gitui/issues/485))
* log search (commit, author, sha) ([#449](https://github.com/extrawurst/gitui/issues/449),[#429](https://github.com/extrawurst/gitui/issues/429))
* file history log ([#381](https://github.com/extrawurst/gitui/issues/381))
* more tag support ([#483](https://github.com/extrawurst/gitui/issues/483))
* file blame ([#484](https://github.com/extrawurst/gitui/issues/484))
* visualize branching structure in log tab ([#81](https://github.com/extrawurst/gitui/issues/81))
# Inspiration
- [lazygit](https://github.com/jesseduffield/lazygit)