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
ArunaAruna 

Need help to sync Git hub remote repo (Master)to salesforce sand boxes

Hello there,

I have created a Github remote repository and also created local branch and did some changes and pushed all the way to remote repo master.
But when I login into salesforce sandbox I don't see those changes.

how do I sync Github remote master repo to salesforce sandbox.

Note : I am not using eclipse force.com ide to clone the git hub project. I am using Gitshell command prompt to clone and to create the local branches.

Please help me to see the changes which I have done in git hub in salesforce sandbox.


 
Pankaj MehraPankaj Mehra
Hi,

You need some automation tool to initate a validation/deploy on source org whenever you perform a git push, there are few tools available in the market to do this like:
http://download.eclipse.org/egit/updates/
https://andyinthecloud.com/2013/09/24/deploy-direct-from-github-to-salesforce/

You can use your IDE as well

https://developer.salesforce.com/blogs/labs/2011/04/how-to-use-git-github-force-com-ide-open-source-labs-apps.html
http://www.jitendrazaa.com/blog/salesforce/salesforce-git-eclipse-egit-better-and-distributed-source-control/