Use the git add command, followed by a list of space-separated filenames.
git add file-1 file-2 file-3
Include paths and .extensions, e.g.
git add images/logo.png scripts/app.js
Use the git add command, followed by a list of space-separated filenames.
git add file-1 file-2 file-3
Include paths and .extensions, e.g.
git add images/logo.png scripts/app.js