-
Notifications
You must be signed in to change notification settings - Fork 5
Setup 'git gud' as custom command
Antonio Ossa edited this page Feb 6, 2018
·
1 revision
-
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 isgit gud, so the file must be namedgit-gud. -
The file must be executable, so probably you'll need this:
$ chmod +x /path/to/git-gud
-
Restart your console and the command should be ready to use as
git gud$ git gud
If you have any questions when using git-gud, feel free to open a new issue ❓