Hmm, an interesting way of teaching. How effective is it with the real new
to mid-level users we see on the #git channel?
Sounds easier to read to me but I think this description of "-A" seems
backwards from your explanation. "Like -u" means "matches the index" and
the difference is it in addition matches with the work tree, so it should
probably be the other way around, i.e.
Like -u, but matches <filepattern> against files in the work tree in
addition to the index. This means that it can find new files as well.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html