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 trialDesign Team
Courses Plus Student 1,549 PointsWhy am I forced to type in a git command for this question? When I do I get an error saying that I shouldn't enter one.
It asks me to type in a command for deleting the git repository. But no matter what I type in, I get this message "You don't need to run a git command - just delete the repository folder."
2 Answers
L B
28,323 PointsAnswer is:
rm -r .git
Design Team
Courses Plus Student 1,549 Pointsahh ok thanks!