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 trialJean-Luc Robitaille
13,864 PointsNeed help understanding git documentation
Hello, I was trying to figure out how the git documentation works. If you go to: https://git-scm.com/docs/git-add#git-add--A there is documentation on how the git add command works with different options. It looks something like this:
-A --all --no-ignore-removal Update the index ... blablabla
Looking at the options, it looks like -A, --all --no-ignore-removal are all under the same description... What does that mean? Is it that all 3 options do the same thing? I couldn't find any information about this. I am quite confused.
Does anyone have an idea?
Thanks!