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