You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
- Inspect, commit, and amend changes (incl. hooks: _commit-msg_/_post-commit_)
31
31
- Stage, unstage, revert and reset files and hunks
32
32
- Stashing (save, apply, drop, and inspect)
33
-
- Push to remote
33
+
- Push/Fetch to/from remote
34
34
- Branch List (create, rename, delete)
35
35
- Browse commit log, diff committed changes
36
36
- Scalable terminal UI layout
@@ -55,7 +55,7 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com
55
55
56
56
# Known Limitations
57
57
58
-
- no support for `pull`yet (see [#90](https://github.com/extrawurst/gitui/issues/90))
58
+
- no support for conflict resolution yet (see [#485](https://github.com/extrawurst/gitui/issues/485))
59
59
- no support for [bare repositories](https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server) (see [#100](https://github.com/extrawurst/gitui/issues/100))
60
60
- no support for [core.hooksPath](https://git-scm.com/docs/githooks) config
61
61
@@ -172,7 +172,6 @@ The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to se
172
172
These are the high level goals before calling out `1.0`:
0 commit comments