45. VCSを使っている場合はコミット
• 一区切りついたら、変更したファイルをコミットします
• このようにすることで、チーム内でサーバ環境ごと共有
することができます
$ git status
On branch master
Your branch is ahead of 'origin/master' by 3 commits.
(use git push to publish your local commits)
Changes not staged for commit:
(use git add file... to update what will be committed)
(use git checkout -- file... to discard changes in working
directory)
modified: mysql.dump.sql
modified: wp-content/themes/twentyeleven/style.css