-
メニューバーで、[GitHub Desktop] メニューを選択し、[Install Command Line Tool] をクリックします。
-
ターミナルを開きます。
-
GitHub Desktopを最後に開いたリポジトリで起動するには、
github
と入力してください。 To launch GitHub Desktop for a particular repository, typegithub
followed by the path to the repository.$ github /path/to/repo
リポジトリパスに変更してから、
github .
と入力してそのリポジトリを開くこともできます。$ cd /path/to/repo [repo]$ github .
-
コマンドラインプロンプトを開きます。
-
GitHub Desktopを最後に開いたリポジトリで起動するには、
github
と入力してください。 To launch GitHub Desktop for a particular repository, typegithub
followed by the path to the repository.C:\Users\octocat> github path\to\repo
リポジトリパスに変更してから、
github .
と入力してそのリポジトリを開くこともできます。C:\Users\octocat> cd repo\myrepo C:\Users\octocat\repo\myrepo> github .