Custom Search

Monday, November 25, 2013

Git How to commit only some selected files

1)
#git commit -m "message" file1 file2 file3

2) OR
#git commit file1 file2 file3 -m "message"

No comments:

Post a Comment