Hallo, Entdecker! An dieser Seite wird aktiv gearbeitet, oder sie wird noch übersetzt. Die neuesten und genauesten Informationen findest Du in unserer englischsprachigen Dokumentation.

Diese Version von GitHub Enterprise wird eingestellt am Diese Version von GitHub Enterprise wurde eingestellt am 2020-05-23. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für eine bessere Leistung, verbesserte Sicherheit und neue Features nimm ein Upgrade auf die neueste Version von GitHub Enterprise vor. Wende Dich an den GitHub Enterprise-Support, um Hilfe beim Upgrade zu erhalten.

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

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ 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. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ git config --global core.editor "code --wait"

Sublime Text als Editor verwenden

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ git config --global core.editor "subl -n -w"

TextMate als Editor verwenden

  1. Install TextMate.
  2. Install TextMate's mate shell utility. For more information, see "mate and rmate" in the TextMate documentation.
  3. Öffne TerminalTerminalGit Bash.
  4. Geben Sie den folgenden Befehl ein:
    $ git config --global core.editor "mate -w"

Atom als Editor verwenden

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. Geben Sie den folgenden Befehl ein:
    $ 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. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ git config --global core.editor "code --wait"

Sublime Text als Editor verwenden

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. Öffne TerminalTerminalGit Bash.
  3. 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

  1. Install Notepad++ from https://notepad-plus-plus.org/. For more information, see "Getting started" in the Notepad++ documentation.
  2. Öffne TerminalTerminalGit Bash.
  3. 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

  1. Install Atom. For more information, see "Installing Atom" in the Atom documentation.
  2. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ 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. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ git config --global core.editor "code --wait"

Sublime Text als Editor verwenden

  1. Install Sublime Text. For more information, see "Installation" in the Sublime Text documentation.
  2. Öffne TerminalTerminalGit Bash.
  3. Geben Sie den folgenden Befehl ein:
    $ git config --global core.editor "subl -n -w"

Menschliche Unterstützung einholen

Du kannst das Gesuchte nicht finden?

Kontakt