From 1ce204cad04c50ff29049c813738048f89da4b3a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 16 Jun 2020 17:00:32 +0200 Subject: [PATCH] expectation management --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 76db9639..c30e9133 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ presentation slides: https://github.com/extrawurst/gitui-presentation # known limitations +* no support for pull/push yet (see [#90](https://github.com/extrawurst/gitui/issues/90)) * 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)) * [core.hooksPath](https://git-scm.com/docs/githooks) config not supported * revert/reset hunk in working dir (see [#11](https://github.com/extrawurst/gitui/issues/11)) @@ -55,6 +56,18 @@ I do most of my git usage in a terminal but I frequently found myself using git Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com) because it was not bloated, snappy and free. Unfortunately the *free* part will [change soon](https://github.com/ForkIssues/TrackerWin/issues/571) and so I decided to build a fast & simple terminal tool myself to copy the fork features i am using the most. +# expectation management + +**TL;DR** + +This tool is **not intended** to fully substituted the *git shell* - they are supposed to work in tandem (for now). + +**disclaimer** + +`gitui` is currently lacking features that are escential for working with git like push/pull (see *known limitations* above). The priorities are on features that are making me mad when done on the *git shell*. *Then* I will focus on features that eventually could lead to making `gitui` a one stop solution to get rid of the shell entirely - but for that I need help - this is just a sparetime project right now. + +All support is welcomed! Sponsors aswell ❤️! + # installation For the time being this product is considered alpha and **not** production ready.