git-gui
git-gui copied to clipboard
A simple Tk based graphical interface for common Git operations.
Results
2
git-gui issues
Sort by
recently updated
recently updated
newest added
When I add git commit template using this command, it works with 'git commit' but, 'git gui' ``` git config commit.template /absolute/path/to/file ```
I was asking on StackOverflow [How to ignore files using git-gui (tcl-tk) application?](http://stackoverflow.com/q/22046808/802365) and it seems that the feature is not implemented yet. The current UI is pretty good and...