git commit -a -m "Добавил файл фильтрации"
-a, --all
Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected.
-m , --message=
Use the given as the commit message. If multiple -m options are given, their values are concatenated as separate paragraphs.