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 trialsdfngsdlfkjnsdf
8,389 Pointsgit basics
2nd problem in repository basics, asked me to initialize git, no brainer: git init
asks me to remove the repository, here's what i had:
rm -r /project_folder/.git
tried different variations said it was wrong. what keys am i missing for this?
1 Answer
Craig MacIntyre
9,943 PointsYou're already in the project folder.
Try just 'rm -r .git'
sdfngsdlfkjnsdf
8,389 Pointssdfngsdlfkjnsdf
8,389 Pointsbrilliant, thank you Craig
by any chance, would you happen to know what this means: override r--r--r-- AuralisaM/staff for .git/objects/67/8e7a0654fe6555548d388fb459714341069d28?
i was trying to remove a folder ex: test_repo and received that message...