Question: How would you create a custom shortcut or command across your git environment?
- Run git hotfix with the shortcut name.
- Assign a shortcut or command using git options file.
- Use the git custom-key command.
- Create an alias usin the git config command.
Answer: The correct answer of the above question is Option D:Create an alias usin the git config command.