When I have:
how do I stage only the
A little improvement to the solution of bstpierre, you can use this variation to be able to specify the directory in which you want to add files:
[alias] adduntracked="!f() { git add $(git ls-files -o --exclude-standard $@); }; f"