How would you create a custom shortcut or command across your Git environment?
Use the git custom-key command.
git custom-key
Create an alias using the git config command.
git config
Assign a shortcut or command using git options file.
Run git hotfix with the shortcut name.
git hotfix