Skip to content

Instantly share code, notes, and snippets.

@marcelombc
Last active June 16, 2020 10:00
Show Gist options
  • Save marcelombc/8641049 to your computer and use it in GitHub Desktop.
Save marcelombc/8641049 to your computer and use it in GitHub Desktop.
Setup git gui

Edit your git config to add an entry for gui in the alias section

nano ~/.gitconfig

[alias]
gui = !sh -c '/usr/local/git/libexec/git-core/git-gui'

NEW
brew install git
brew install git-gui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment