Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialanguswhiston
17,225 PointsAccessing htdocs via terminal
Sorry posted this in PHP as well...
This is slightly a combination of git and PHP, but if I have my shirts4mike project in Applications/MAMP/htdocs how do I access it via terminal to start pushing changes to github?
I Basically can't do $ CD applications/MAMP it doesn't let me access the mamp application
2 Answers
anguswhiston
17,225 PointsFound the answer for anyone who is interested.
You need to change directory from user to computer by doing $ CD / Then this allows you to access the full applications list and the above code of $ CD applications/MAMP/htdocs will work.
adamkemp
3,335 PointsI would like to add...
If you are wanting to find the location of a folder or file on mac:
Right click on folder/file - click get info
There will be the link under General - Where. All you have to do then is:
$ cd paste in the link
Johnny Garces
Courses Plus Student 8,551 Pointsthank you Adam!
Jenny Swift
21,999 PointsJenny Swift
21,999 PointsThank you Angus, this helped me.