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 trial

PHP

anguswhiston
anguswhiston
17,225 Points

Accessing htdocs via terminal

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

1 Answer

anguswhiston
anguswhiston
17,225 Points

Found 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.