Showing posts with label git commit. Show all posts
Showing posts with label git commit. Show all posts

Wednesday, November 9, 2016

Git commit single or multiple files

git commit project/config/app.php project/env -m "Test"

Marked yellow are two files, you add more files one by one.

Marked orange is message for this commit.