Tag Archives: version control

Communicate Through Commit

Using Version Control is a skill, and it’s one that most technical professionals should learn. Even sysadmins and infrastructure people can benefit from version control, especially as people use infrastructure as code and GitOps with products like Terraform. Writing a commit message is a … Continue reading

Posted in Editorial | Tagged | Comments Off on Communicate Through Commit

Build the VCS Habit

I’ve preached the value of Version Control Systems (VCS) for many years now. In various writings, in the talks I’ve given on development, CI, DevOps, and more, I always talk about the value of a VCS. One thing I often say is … Continue reading

Posted in Editorial | Tagged | Comments Off on Build the VCS Habit

Building Helpful Commit Messages

Using a VCS (Version Control System) is important in any modern software development environment. I still can’t believe that both application and database developers are using a VCS at less than the 95% level, but surveys constantly show this. I’m … Continue reading

Posted in Editorial | Tagged , | Comments Off on Building Helpful Commit Messages

Great Developers Use Source Control

I was rewatching Ike Ellis (b|t) talk on the habits of Great SQL Developers from SQL in the City 2018, and his first item was “Use Source Control“. I happen to agree with Ike, which is why I’m writing this, and I … Continue reading

Posted in Editorial | Tagged , | Comments Off on Great Developers Use Source Control