Bad examples of commit messages
As we all should know by now, VCSs (version control systems) are pretty useful. Not only that you can use it to share and edit files with a group of people, you also have a history which lets you follow changes to your files. For this you need to commit to the repository. For each [...]