gitx
gitx copied to clipboard
Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.
But you can use this one https://github.com/gitx/gitx
http://builds.phere.net/GitX/development/GitX-dev.dmg Can't access the dmg through the link on the site.
Please enable dark mode option
Is there a way to specify the environment variables that hooks will be executed with? I have a hook that uses nodejs that is installed at `/usr/local/bin/node`, but the hook...
When working with Git, it's helpful to ignore whitespace changes to better show what was actually changed, rather than simply reformatted. The command line version offers the `-w` flag for...
Is it possible to turn off the auto-refresh feature? I dont want the GUI to update until I hit Cmd-R after a branch, merge or commit.
This occurs under 'Preferences > General > Git Executable: Choose...' Checking or unchecking the box results in the File Browser closing. It will be checked or unchecked based on its...
I enabled terminal usage in GitX and then tried doing: git diff production | gitx Then, nothing. GitX doesn't open, and there are no error messages. I am using GitX-dev...
 Getting the above error when trying to stage certain lines. It happens most of the time. Using this fork of gitx. Am I doing something wrong or...