The Art of writing great Commit Messages
All of us are probably familiar with the most commonly used Version Control System, Git. In this blog, I just want to highlight some key points that we should follow while using Git as a team. We have always heard the saying: Perfect variable and function names do not require any comments or documentation.…