Git добавить только новые файлы, а не модерированные файлы
git add $(git ls-files -o --exclude-standard)
Tough Tern
git add $(git ls-files -o --exclude-standard)