Thank you very much. I didn't even knew there was a
git var
command. Just a quick follow up, to make use of this, I need to unset my git editor while invoking this command. How to do that? git -c --unset core.editor var GIT_EDITOR
, git -c core.editor var GIT_EDITOR
and git -c core.editor= var GIT_EDITOR
did not work.