How do I commit only specified files to a Git repository?

git commit -m https://github.com/cabinetsbay/site/issues/172 -- \
	.gitignore \
	vendor/magento/module-security/Model/AdminSessionInfo.php \
&& git push