Artikelversion: Enterprise Server 2.17
Texteditoren mit Git verknüpfen
Verwenden Sie einen Texteditor, um Dateien mit Git zu öffnen und zu bearbeiten.
Inhalt dieses Artikels
- Atom als Editor verwenden
- Using Visual Studio Code as your editor
- Sublime Text als Editor verwenden
- TextMate als Editor verwenden
- Atom als Editor verwenden
- Using Visual Studio Code as your editor
- Sublime Text als Editor verwenden
- Notepad++ als Editor verwenden
- Atom als Editor verwenden
- Using Visual Studio Code as your editor
- Sublime Text als Editor verwenden
Atom als Editor verwenden
- Install Atom. For more information, see "Installing Atom" in the Atom documentation.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ 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.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "code --wait"
Sublime Text als Editor verwenden
- Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "subl -n -w"
TextMate als Editor verwenden
- Install TextMate.
- Install TextMate's
mate
shell utility. For more information, see "mate and rmate" in the TextMate documentation. - Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "mate -w"
Atom als Editor verwenden
- Install Atom. For more information, see "Installing Atom" in the Atom documentation.
- Geben Sie den folgenden Befehl ein:
$ 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.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "code --wait"
Sublime Text als Editor verwenden
- Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
Notepad++ als Editor verwenden
- Install Notepad++ from https://notepad-plus-plus.org/. For more information, see "Getting started" in the Notepad++ documentation.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
Atom als Editor verwenden
- Install Atom. For more information, see "Installing Atom" in the Atom documentation.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ 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.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "code --wait"
Sublime Text als Editor verwenden
- Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
- Öffne TerminalTerminalGit Bash.
- Geben Sie den folgenden Befehl ein:
$ git config --global core.editor "subl -n -w"