我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们
文章版本: Enterprise Server 2.15

此版本的 GitHub Enterprise 将停止服务 此版本的 GitHub Enterprise 已停止服务 2019-10-16. 即使针对重大安全问题,也不会发布补丁。 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.

关联文本编辑器与 Git

使用文本编辑器打开文件并通过 Git 编辑。

使用 Atom 作为编辑器

如果已安装相关编辑器,您可以在 Git 设置默认编辑器使用 Atom。

  1. 安装 Atom。

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "atom --wait"

使用 Sublime Text 作为编辑器

您可以在 Git 中设置默认编辑器使用 Sublime Text 3。

  1. 安装 Sublime Text 3

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "subl -n -w"

使用 TextMate 作为编辑器

如果已安装 mate 命令,您可以在 Git 设置默认编辑器使用 Textmate。

  1. Install mate

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "mate -w"

使用 Atom 作为编辑器

如果已安装相关编辑器,您可以在 Git 设置默认编辑器使用 Atom。

  1. 安装 Atom。

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "atom --wait"

使用 Sublime Text 作为编辑器

您可以在 Git 中设置默认编辑器使用 Sublime Text 3。

  1. 安装 Sublime Text 3

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"

使用 Notepad++ 作为编辑器

如果已安装相关编辑器,您可以在 Git 中设置默认编辑器使用 Notepad++。

  1. 安装 Notepad++。

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

使用 Atom 作为编辑器

如果已安装相关编辑器,您可以在 Git 设置默认编辑器使用 Atom。

  1. 安装 Atom。

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "atom --wait"

使用 Sublime Text 作为编辑器

您可以在 Git 中设置默认编辑器使用 Sublime Text 3。

  1. 安装 Sublime Text 3

  2. Open TerminalTerminalGit Bashthe terminal.

  3. 输入此命令:

    $ git config --global core.editor "subl -n -w"

问问别人

找不到要找的内容?

联系我们