Publicamos atualizações frequentes em nossa documentação, e a tradução desta página ainda pode estar em andamento. Para obter as informações mais recentes, acesse a documentação em inglês. Se houver problemas com a tradução desta página, entre em contato conosco.

Esta versão do GitHub Enterprise será descontinuada em Esta versão do GitHub Enterprise foi descontinuada em 2020-05-23. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Versão do artigo: Enterprise Server 2.17

Associar editores de texto ao Git

Use um editor de texto para abrir e editar seus arquivos com o Git.

Neste artigo

Usar o Atom como seu editor

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "code --wait"

Usar o Sublime Text como seu editor

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "subl -n -w"

Usar o TextMate como seu editor

  1. Install TextMate.
  2. Install TextMate's mate shell utility. For more information, see "mate and rmate" in the TextMate documentation.
  3. Open TerminalTerminalGit Bash.
  4. Digite este comando:
    $ git config --global core.editor "mate -w"

Usar o Atom como seu editor

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. Digite este comando:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "code --wait"

Usar o Sublime Text como seu editor

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"

Usar o Notepad++ como seu editor

  1. Install Notepad++ from https://notepad-plus-plus.org/. For more information, see "Getting started" in the Notepad++ documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

Usar o Atom como seu editor

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "atom --wait"

Using Visual Studio Code as your editor

  1. Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "code --wait"

Usar o Sublime Text como seu editor

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. Open TerminalTerminalGit Bash.
  3. Digite este comando:
    $ git config --global core.editor "subl -n -w"

Pergunte a uma pessoa

Não consegue encontrar o que procura?

Entrar em contato