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 trialSolomon Reda
8,385 PointsWe have multiple files in our directory that we want to track. Add them all with one command.
We have multiple files in our directory that we want to track. Add them all with one command. i tried git add , git add -a , git add README.md , git add -A but none of them are working for me so help pls
4 Answers
Jennifer Nordell
Treehouse TeacherIn addition to adam n 's answer, I would advise looking at around 3:50 of the video for the "shortcut" that is used.
Hope this helps!
Adam N
70,280 PointsThe commands they used in the video are in teacher's notes. Vid link:
https://teamtreehouse.com/library/push-your-project-to-github
Let me know if this helps here
Solomon Reda
8,385 Pointsthanks guys got it!
Anthony Daniel
1,199 PointsI tried git add -A it didn’t work what do I do