git gud is a wrapper command line interface (CLI) for git. git gud takes your mistakes and errors and automagically retrieves relevant StackOverflow answers right to your terminal.
chmod +x <path_to_gud>
(sudo) mv <path_to_gud> /usr/local/bin/
gud [commands]
[commands]
(sudo) mv <path_to_gud> /usr/bin/
Source code for this project can be found at our Github Repository