Configure seu editor com a opção -w
, e também adicione -s
para executar uma nova instância de gedit
em cada chamada:
git config --global core.editor "gedit -w -s"
ou (por causa de este bug em gedit
) usa uma chamada com argumentos longos:
git config --global core.editor "gedit --wait --new-window"