-
In the menu bar, select the GitHub Desktop menu, then click Install Command Line Tool.

-
Öffne das Terminal.
-
Um GitHub Desktop im zuletzt geöffneten Repository zu starten, gib
githubein. 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 .
-
Öffnen Sie eine Eingabeaufforderung.
-
Um GitHub Desktop im zuletzt geöffneten Repository zu starten, gib
githubein. 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\myrepo C:\Users\octocat\repo\myrepo> github .