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

Development Tools Introduction to Git First Commits Staging Changed Files

Holly Groves
Holly Groves
10,175 Points

When I add the new div, the console still shows as treehouse:~/workspace$.

I have saved the changes and reopened the workspace several times. It still is not updating to treehouse:~/workspace/medals$ like in the video.

Can you please post your code? We'll try to help!

1 Answer

If you are trying to change your folder in the console, you could enter cd medals in the console. To return to the original folder after that, you could enter cd or cd .. in the console.

Holly Groves
Holly Groves
10,175 Points

Thank you! That worked