Skip to content

Setup 'git gud' as custom command

Antonio Ossa edited this page Feb 6, 2018 · 1 revision
  1. Save the file in a folder in your PATH. The file must be named just like the custom command you want. In this case, the command we want is git gud, so the file must be named git-gud.

  2. The file must be executable, so probably you'll need this:

    $ chmod +x /path/to/git-gud
  3. Restart your console and the command should be ready to use as git gud

    $ git gud
Clone this wiki locally