Overview
Launching from the command line
登录后可跨设备保存划线和私人笔记登录
Launching GitHub Desktop from the command line
You can launch GitHub Desktop from the command line.
In the menu bar, select the GitHub Desktop menu, then click Install Command Line Tool.

Open Terminal.
To launch GitHub Desktop to the last opened repository, type
github. To launch GitHub Desktop for a particular repository, typegithubfollowed by the path to the repository.github /PATH/TO/REPOYou can also change to your repository path and then type
github .to open that repository.$ cd /PATH/TO/REPO [repo]$ github .
Open a command prompt.
To launch GitHub Desktop to the last opened repository, type
github. To launch GitHub Desktop for a particular repository, typegithubfollowed by the path to the repository.C:\Users\octocat> github PATH\TO\REPOYou can also change to your repository path and then type
github .to open that repository.C:\Users\octocat> cd REPO\MY-REPO C:\Users\octocat\repo\myrepo> github .
评论
登录后参与评论
正在加载评论…
InfoSphere