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
I do most of my git work in a terminal but I frequently found myself using git GUIs for some use-cases like: index, commit, diff, stash, blame and log.
61
62
62
-
Unfortunately popular git GUIs all fail on giant repositories or become unresponsive and unusable.
63
+
Unfortunately popular git GUIs all fail on giant repositories or become unresponsive and unusable.
63
64
64
65
GitUI provides you with the user experience and comfort of a git GUI but right in your terminal while being portable, fast, free and opensource.
65
66
@@ -83,7 +84,7 @@ These are the high level goals before calling out `1.0`:
83
84
## 5. <aname="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small>
84
85
85
86
- no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226))
86
-
- no support for GPG signing (see [#97](https://github.com/extrawurst/gitui/issues/97))
87
+
- no support for SSH signing yet (see [#1149](https://github.com/extrawurst/gitui/issues/1149))
87
88
- no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089))
88
89
-*credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800))
0 commit comments