Restoring staging code/script into development env
Hi All,
i don't want to push/deploy my development environment into staging , instead of this i want to push my staging to development environment and when i am trying this by the "Restoring" in development backoffice it's always restore my content only.. So there is any way by which i can get my staging code/scripts/dll into my development environment.
Restoring staging code/script into development env
Hi All,
i don't want to push/deploy my development environment into staging , instead of this i want to push my staging to development environment and when i am trying this by the "Restoring" in development backoffice it's always restore my content only.. So there is any way by which i can get my staging code/scripts/dll into my development environment.
Thanks in advance
You can clone your dev environment locally using git, then add the staging environment as a remote, and merge staging/master into dev/master.
Or the simplest way. Do a little change an dev, then push it to staging. Staging will then be merged into dev automatically.
Thanks! Søren Kottal for suggestion , also i was thinking the same thing but not confident about this :) now i am going to try it.
Thanks you very much!!
is working on a reply...