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 trialmargarita Ilchenko
648 PointsHello everyone! I can't exit from untracked files, when I do git status command. I would appreciate any help! Thank you!
It kept telling me, that there are untracked files and offered me to use git add command, which doesn't work.
1 Answer
margarita Ilchenko
648 PointsHi David, thank you for your response, but I solve the problem. Turns out it was a very silly mistake - I wasn't in the correct place, meaning untracked files came up form computer, but not from folder, that I want to add to the git hub. So I just cd myself to the correct folder and problem solved. Thank you very much for response!! I very appreciate it!!
David Bath
25,940 PointsYou're welcome! Live and learn!
David Bath
25,940 PointsDavid Bath
25,940 PointsWhen you say that the add command doesn't work, what exactly are you trying, and what does git say in response?