gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Describe the bug** Input should be case insensitive, but it isn't. I'd expect the `c` key to open the commit prompt, but it only opens when the caps lock key...
**Is your feature request related to a problem? Please describe.** As far as I know there is no support for the `git pull --rebase` command. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Coming from `tig`, the first view I see when I run `tig` is the log and the unstaged changes as...
**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** please support emojis for commit messages. whenever we press `:` in the commit modal,...
Please add the way of how to install your software on Debian or Ubuntu: 1. Create .deb package 2. Host it to the apt package manager. 3. Add the installation...
**Describe the bug** When I try to push or pull request I have the message "git error:Couldn't find credentials". But I used ssh connection. **To Reproduce** Steps to reproduce the...
**Describe the bug** I have a repository with hooks that warn of something or another. I didn't ensure that the thing was done, so when I tried to commit some...
see https://github.com/mitsuhiko/similar or https://github.com/dandavison/delta/issues/317 (if it would be a library) or https://github.com/Wilfred/difftastic/issues/216 (if it would be a library) or https://github.com/dtolnay/dissimilar (lacks proper api ATM)
**Describe the bug** Error while trying to push with error ``` git error:failed to start SSH session: Failed getting banner; class=Ssh (23) ``` **To Reproduce** Don't really know how to...
**Is your feature request related to a problem? Please describe.** Commit with gitui allow only one commit line, without commit description (like is allowed with commit -m command) **Describe the...