
The absence of Version control system in Salesforce makes it possible to overwrite each other’s class in Salesforce org without any track and it becomes a problem as it’s impossible to recapture the overwritten classes. Version Control tracks any kind of changes in classes created by different developers and store it as a snapshot. GIT: -A software tool that controls the multiple versions of classes. -An application that keeps a record of all the changes made on a project over...
Continue Reading