-
In the menu bar, select the GitHub Desktop menu, then click Install Command Line Tool.
-
Open Terminal.
-
GitHub Desktop을 마지막으로 열린 리포지토리로 시작하려면
github
를 입력하세요. 특정 리포지토리에 대해 GitHub Desktop을 시작하려면 리포지토리에 대한 경로 뒤에github
를 입력합니다.github /PATH/TO/REPO
You 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.
-
GitHub Desktop을 마지막으로 열린 리포지토리로 시작하려면
github
를 입력하세요. 특정 리포지토리에 대해 GitHub Desktop을 시작하려면 리포지토리에 대한 경로 뒤에github
를 입력합니다.C:\Users\octocat> github PATH\TO\REPO
You 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 .