Why should I commit frequently?

by cdevon 8/9/2020, 4:53 AMwith 1 comments

by cdevon 8/9/2020, 4:58 AM

Importance of committing frequently ?

- Having periodic checkpoints because of small commits helps in debugging and makes the history cleaner

- Small commits make collaboration better. If you commit and push the changes frequently, your team-mates will be able to integrate with your codebase frequently(sometimes even prevent merge conflicts)

- Small commits encourages us to think iteratively