Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you configure Github Desktop to run from the command line in OSX?

I used to be able to do this with the Github GUI app like so:

$ github .

which would open the current directory in the GUI, but need a new alias or such for "Github Desktop" which is the new GUI app as of Aug 12, 2015.

like image 581
Purplejacket Avatar asked Aug 27 '15 23:08

Purplejacket


1 Answers

Within the application, choose Github Desktop->Preferences then click the "Advanced" cog/wheel. Then click the button called "Install Command Line Tools" (yes, I know it does not look like a button). Then cd into a git repo and type github. The trailing . is not necessary.

P

like image 127
pcantalupo Avatar answered Oct 05 '22 22:10

pcantalupo