Use interpolation in custom Git arguments
masterWhen defining the args array for a gs_custom command, you can use specific placeholder strings that GitSavvy will automatically substitute at runtime:
{FILE_PATH}: The path to the currently opened file.{REPO_PATH}: The path to the repository of the currently opened file.{PROMPT_ARG}: Triggers a user prompt. The text of this prompt is determined by theprompt_msgconfiguration key.