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 trial

Development Tools GitHub Basics Working By Yourself Push to GitHub Test

We 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
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

In 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! :sparkles:

The 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

thanks guys got it!

I tried git add -A it didn’t work what do I do