gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Describe the bug** When performing a commit I get the error `sign builder error: Failed to retrieve 'user.signingkey' from the git configuration: Currently, we only support a pair of ssh...
There are ways to push releases automaticall to winget in the CD via tools like [Komac](https://github.com/russellbanks/Komac). This way the winget version would be more up to date and you would...
**Is your feature request related to a problem? Please describe.** I would like to sign commits with my SSH key. **Describe the solution you'd like** Usually I setup my `.gitconfig`...
Multiple UI elements have a text area with a vertical scroll bar. This can be refactored into a reusable component to reduce code duplication and improve UI consistency. Tasks: 1....
A common work flow is to use gitui from within vim, using via a floating terminal window, or dedicated plugin, such as https://github.com/is0n/fm-nvim. When opening files from within gitui, it...
**Describe the bug** When git is configured with an empty e-mail address, `gitui` does not allow commits. **To Reproduce** Steps to reproduce the behavior: ``` git config --global user.email ""...
**Describe the bug** I was trying to push and it fails says it can't find the URL to the git server. If I just go to my terminal and do...
currently signing does not apply to tags. ``` If you have a GPG private key set up, you can now use it to sign new tags. All you have to...
**Describe the bug** See how numbers "4.4.0", "11", "4.5.0" aren't aligned in the gitui window in the stash view:  Since gitui strips leading +/- characters from patches and shows...