gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Describe the bug** git cli push works with GIT_WORK_TREE="$HOME" GIT_DIR="$HOME/.dotfiles" prefix. `gitui -w $HOME -d $HOME/.dotfiles` mostly works but "Push [p]" and "Pull [f]" options are disabled. **Screenshots**  **Context...
How do I jump from one hunk to next without visiting each line? I'm SSH-ed into a Linux machine where `gitui` runs from a Mac.
**Is your feature request related to a problem? Please describe.** Any interest in adding a side-by-side diff view? **Describe the solution you'd like** I'm a huge fan of GitUp but...
**Describe the bug** git works on mounted directories if you use ``` git config --global --add safe.directory '*' ``` But gitui will throw an error: ``` invalid path please run...
Hello. Could you explain please how can I cherry pick commit from one branch to another? Thanks!
the current `demo.gif` dates back to gitui `0.7` (July 2020) and could use some refresh and maybe even some professional hand that adds some subtitles that explain what you see.
right now we have two separate threads working on the status for the *workdir* and one for *stage* - we can check if fetching the status for both at the...
in the past unintentionally commits broke the homebrew deployment that contains it's own kind of ui test: https://github.com/Homebrew/homebrew-core/pull/58826
this is almost done in #509 by @WizardOhio24 - someone just needs to bring it to the finish line
right now its a list of entries that all start with the remote name. for the same purpose we have the tree component already in the file lists that we...