Hello I am having Two Branches on Github for the Rails Application.
One is Test and Other is Live.
Problem is Live branch is having the latest changes on it and Test is not having the lates changes.
so I want to transfer the code from Live to test on github.
Both the environment having different Database name and having different deploy.rb file with their environment.
So my concern is how to update the Test environment code with live environment code without changing the database and deploy.rb file.
Please Help me.
Thanks.