gitfourchette icon indicating copy to clipboard operation
gitfourchette copied to clipboard

The comfortable Git UI for Linux

Results 30 gitfourchette issues
Sort by recently updated
recently updated
newest added

Currently there are only two options - To detached HEAD and to a new branch, even though upstream branch is set for local. Something similar to GitExtensions. With options to...

Would it be possible to show whether a particular local branch is ahead or behind the remote branch by appending an up (for ahead) or down (for behind) arrow to...

Ability to see whole repo at specific commit and information on files and folders, like history.

Another workflow thing. Our company requires pull with rebase from remotes, but I note that when I pull it only allows a pull/merge. Any chance a preference can be added...

_(Originally reported in [this comment of issue #10](https://github.com/jorio/gitfourchette/issues/10#issuecomment-2573606551))_ Currently, the `Advanced > Use condensed fonts` configuration option allows long ref names to be visually compacted by means of using a...

Currently, the commit displayed in the separator widget (between the commit list and commit description) is limited to a single line. When a commit has a long or multiline name,...

Hi, I use [Gitmoji](https://gitmoji.kaki87.net) with `:emoji:` codes for commit messages. It would be nice for GitFourchette to convert those into visual emojis. Thanks PS : félicitations pour avoir créé cette...

This is my ssh config: ``` Host github-lordvlad HostName github.com User git ``` `github-lordvlad` does not get resolved to `github.com`.

I noticed that running mypy (https://github.com/python/mypy) on this project shows a bunch of type errors, and I was wondering if you would be interested in accepting a pull request wherein...