git-commander icon indicating copy to clipboard operation
git-commander copied to clipboard

A git tool with an easy terminal interface.

Results 19 git-commander issues
Sort by recently updated
recently updated
newest added

It takes a lot of time to start and moving cursor along the unstaged files is slow as h*ll.

When I am editing a commit, I am not able to navigate via the arrow keys. If a want to fix a misspelled word I must use backspace.

Inspired by Sublime Text's [GitSavvy](https://github.com/divmain/GitSavvy). Certain patterns and filenames can be explicitly added to .gitignore from within the UI. ![](https://i.imgur.com/DmQ2Qjf.png) ![](https://i.imgur.com/3lAyM5N.png)

How to handle conflict?

For git model

When I switch to a real text-mode TTY, the boundary between panes is moved to the extreme left and all the unstaged files show up in the left part of...

When a branch is not fully merged, branch deletion is impossible within Git Commander. Consider the following repo: ```shell ❯ mkdir git-repo ❯ cd git-repo ❯ git init Initialized empty...