The people here where I work, for a certain period, used to not call the messages they wrote by making a git commit
here.
It seems that Git was simply "a place to save things so you do not miss the changes".
So, when I needed to check the% w / o% of% w /% on a given day when a particular change was made to make a rollback , guess what ... The messages were all like this: p>
commit f337a26f387b1424e977520399c14c933d63bb90
Author: Fulano
Date: Wed Apr 20 16:10:43 2016 -0300
All
commit 01ef74e75a6a91e20d325e2789671f51cd26463e
Author: Fulano
Date: Wed Apr 20 14:41:46 2016 -0300
All
commit d13ec87f63d0149b005a24a8584819100fd7085e
Author: Fulano
Date: Wed Apr 20 14:13:41 2016 -0300
últimas alterações
commit 4545645sad364sdfsd4234343333333asd
Author: Fulano
Date: Wed Apr 20 14:13:41 2016 -0300
ddddd
commit 3158b4ce189a644020ac97b51333375f6e4c2742
Author: Wallace de Souza Vizerra <[email protected]>
Date: Fri Apr 15 15:24:45 2016 -0300
:)
That is, descriptions such as "sending changes", "all" or "sending all" do not help in describing what was done - if this message is exactly what was done, but it was the reason I figured it would exist in log
.
From this day on I had this problem, we agreed that at least we would describe some of the changes that were made to commit messages. I do not know if this is the way, but something improved after that.
So, to get more organization and standardization of my versions here, I would like to know if there is any standard to be followed (that is, suggested) so that it can be adopted in these messages.
How should I write my commit messages?