Question: How would you create a custom shortcut or command across your git environment?

  1. Run git hotfix with the shortcut name.
  2. Assign a shortcut or command using git options file.
  3. Use the git custom-key command.
  4. 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.