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 trialAlexisca hall
23,683 PointsAdd the new file, about.html, to the staging area.
Add the new file, about.html, to the staging area. do anyone know the answer
2 Answers
Michael Afanasiev
Courses Plus Student 15,596 PointsHi Alexisca,
If you are trying to write HTML markup to add about.html you should do the following:
<a href="about.html">About</a>
But if you are trying to add About page to your workspace just click on File > New File > name it about.html and double click on it to open.
If I didn't answer your question could you please provide a link to the challenge you are facing with?
Hope this helps. ?
Audrey Rozowykwiat
5,513 PointsHello Michel it is a git challenge The answer is :
> git add about.html