Is it considered rude to use commits as comments in SCM's.

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-04-13T17:37:26Z Indexed on 2010/04/13 17:43 UTC
Read the original article Hit count: 287

Filed under:
|
|
|
|

For example in git you could do

git commit --allow-empty -m"I like what this guy did"

I was considering using commits as a commenting system, and I just wanted to see how that would go over.

© Stack Overflow or respective owner

Related posts about git

Related posts about commit