mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
roadmap to 1.0
This commit is contained in:
parent
2481be7a87
commit
c0f9d3e93e
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue