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
- Using Visual Studio Code as your editor
- Usar o Sublime Text como seu editor
- Usar o TextMate como seu editor
- Usar o Atom como seu editor
- Using Visual Studio Code as your editor
- Usar o Sublime Text como seu editor
- Usar o Notepad++ como seu editor
- Usar o Atom como seu editor
- Using Visual Studio Code as your editor
- Usar o Sublime Text como seu editor
Usar o Atom como seu editor
- Install Atom. For more information, see "Installing Atom" in the Atom documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "atom --wait"
Using Visual Studio Code as your editor
- Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "code --wait"
Usar o Sublime Text como seu editor
- Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "subl -n -w"
Usar o TextMate como seu editor
- Install TextMate.
- Install TextMate's
mate
shell utility. For more information, see "mate and rmate" in the TextMate documentation. - Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "mate -w"
Usar o Atom como seu editor
- Install Atom. For more information, see "Installing Atom" in the Atom documentation.
- Digite este comando:
$ git config --global core.editor "atom --wait"
Using Visual Studio Code as your editor
- Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "code --wait"
Usar o Sublime Text como seu editor
- Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
Usar o Notepad++ como seu editor
- Install Notepad++ from https://notepad-plus-plus.org/. For more information, see "Getting started" in the Notepad++ documentation.
- Open TerminalTerminalGit Bash.
- 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
- Install Atom. For more information, see "Installing Atom" in the Atom documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "atom --wait"
Using Visual Studio Code as your editor
- Install Visual Studio Code (VS Code). For more information, see "Setting up Visual Studio Code" in the VS Code documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "code --wait"
Usar o Sublime Text como seu editor
- Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
- Open TerminalTerminalGit Bash.
- Digite este comando:
$ git config --global core.editor "subl -n -w"