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
Ankit SehgalAnkit Sehgal 

GIT HUB Metadata sync

i need to synchroze metadata from Org A to Org B. How can i syncronize my org metadata to another org using ant and github ? is it possible to clone a repository from github containing migration data form Org A and deploy it direectly to Org B ?
Daniel BallingerDaniel Ballinger
Have a read of Deploy direct from GitHub to Salesforce! (http://andyinthecloud.com/2013/09/24/deploy-direct-from-github-to-salesforce/)

Other than that, if you have all the package metadata in source control then you can use the Metadata API to deploy it to a target org. Note that this won't deploy the data in an org, just the metadata.