7 Habits Of Effective Version Control

2 years ago
2

As an embedded development team leader, educating your team is the only way to bring them out of the old (and ineffective) ways of doing things.

The 7 habits of effective version control that I’m about to share with you here will help your team to keep git history clean, become more effective with code reviews and be more effective with version control every day.

We will look at ways of:

Keeping tasks separate and have the ability to copy completed work to different releases without much issue.

Having proper discriptive commit messages in master while not having to worry about proper commit messages for things like small fixes.

Making the whole git history easier to view.

Making sure review comments and small fixes are never visible in the main repository.

Making it easy to make sure that every commit in trunk has all necessary information.

Making it possible to easily go to JIRA ticket and back based on commit title.

Making code reviews more efficient.

If you think this may be useful to you then you can find the details in the full post below.

Read full article here: https://swedishembedded.com/7-habits-of-version-control/

Loading comments...