My team has been using MKS Integrity as source versioning of code. We are interested in migrated to Github and modernize our system.
What are the advantages/disadvantages between Github and MKS Integrity?
My team has been using MKS Integrity as source versioning of code. We are interested in migrated to Github and modernize our system.
What are the advantages/disadvantages between Github and MKS Integrity?
I'm no MKS expert, but I used it a couple of years ago. It might be a different configuration from what you are using, but here are some points from my experience.
What you might be missing is MKS Manager, the issue tracking utility, where you have change packages that link file changes to a issue. Git don't have that built in. We usually solve it by referencing the task in the commit message.
TASK-001 Fixed the thing