Skip to content

Commit f390fe8

Browse files
author
Stephan Dilly
committed
readme/changelog
1 parent 6f722b4 commit f390fe8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
1212
- view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617))
1313

14+
![checkout-remote](assets/checkout-remote.gif)
15+
1416
### Fixed
1517
- push branch to its tracking remote ([#597](https://github.com/extrawurst/gitui/issues/597))
1618
- fixed panic when staging lines involving missing newline eof ([#605](https://github.com/extrawurst/gitui/issues/605))

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- Stage, unstage, revert and reset files, hunks and lines
3232
- Stashing (save, apply, drop, and inspect)
3333
- Push/Fetch to/from remote
34-
- Branch List (create, rename, delete)
34+
- Branch List (create, rename, delete, checkout, remotes)
3535
- Browse commit log, diff committed changes
3636
- Scalable terminal UI layout
3737
- Async [input polling](assets/perf_compare.jpg)
@@ -168,7 +168,6 @@ The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to se
168168

169169
These are the high level goals before calling out `1.0`:
170170

171-
* upstream branches ([#453](https://github.com/extrawurst/gitui/issues/453))
172171
* merging with conflicts ([#485](https://github.com/extrawurst/gitui/issues/485))
173172
* log search (commit, author, sha) ([#449](https://github.com/extrawurst/gitui/issues/449),[#429](https://github.com/extrawurst/gitui/issues/429))
174173
* file history log ([#381](https://github.com/extrawurst/gitui/issues/381))

assets/checkout-remote.gif

810 KB
Loading

0 commit comments

Comments
 (0)