gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
### The Problem A TUI can get messed up for various reasons, and `gitui` is no exception. A simple trigger that's reproducible with `gitui` is running it in the internal...
I am used to the native bindkeys ^a to go to the beginning of the line and ^e to go to its end. However, within `gutui` while editing a commit,...
**Describe the bug** I have `.venv` symlink in the repo, pointing to the `.venv` dir outside repo directory. `.venv` is also present in `.gitignore`. **To Reproduce** Steps to reproduce the...
**Describe the bug** Using `gitui` to make the first commit in a repository doesn't work, and somehow changes the active branch to `master` (this is not `init.defaultbranch` either, mine is...
This Pull Request fixes/closes #{issue_num}.v **N/A** It changes the following: - Updates the `which` dependency in `Cargo.toml` from 7.0 to 8.0 - Updates `Cargo.lock` with `cargo update which`. I followed...
**Describe the bug** Selecting `/HEAD` in the branch-selection dialog creates a local `HEAD` branch, which leads to: `warning: refname 'HEAD' is ambiguous.` **To Reproduce** Steps to reproduce the behavior: 1....
I just look through the commits and at some moment I start seeing parts of previously viewed commit messages that don't disappear as I switch to the next commit. It...
**Is your feature request related to a problem? Please describe.** I would like to easily perform conventional commits (ideally with gitmojis) using GitUI. **Describe the solution you'd like** I would...
I found out today that gitui does not yet support git lfs (https://github.com/gitui-org/gitui/discussions/1089). Today I pushed a large file by accident because I didn't realize gitui wouldn't do the expected...
**Is your feature request related to a problem? Please describe.** AFAIK currently only a tree-view is supported for the (un)staged file view. **Describe the solution you'd like** Would it be...