function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Namrata HeggadalNamrata Heggadal 

About version controlling

Hi,

We thought of implementing version controlling so we planned to use git tool,bit Bucket and eclipse.
In eclipse using Git(Git Repository Exploring) we are able push/fetch the changes from remote repositories to local and vice versa but how to reflect these changes/versions in the salesfoce org?
The solution what we found is save to server option but this will create conflict when more than one developer working on same file.
Is there any alternative solution for this problem

We referred this link for configuring Git : http://www.jitendrazaa.com/blog/salesforce/salesforce-git-eclipse-egit-better-and-distributed-source-control/