跳至主要内容

从命令行启动 GitHub Desktop

您可以从命令行启动 GitHub Desktop。

平台导航

  1. 在菜单栏中,选择GitHub Desktop 菜单,然后单击安装命令行工具

    Screenshot of the menu bar on a Mac. Under the expanded "GitHub Desktop" dropdown menu, the cursor hovers over "Install command line tool", highlighted in blue.

  2. 打开终端。

  3. 要将 GitHub Desktop 启动到上次打开的存储库,请键入 github。要为特定存储库启动 GitHub Desktop,请键入 github,后跟存储库的路径。

    github /PATH/TO/REPO
    

    您还可以更改到存储库路径,然后键入 github . 以打开该存储库。

    $ cd /PATH/TO/REPO
    [repo]$ github .
    
  1. 打开命令提示符。

  2. 要将 GitHub Desktop 启动到上次打开的存储库,请键入 github。要为特定存储库启动 GitHub Desktop,请键入 github,后跟存储库的路径。

    C:\Users\octocat> github PATH\TO\REPO
    

    您还可以更改到存储库路径,然后键入 github . 以打开该存储库。

    C:\Users\octocat> cd REPO\MY-REPO
    C:\Users\octocat\repo\myrepo> github .