this a silly question no doubt but I am a beginner and could not find the answer.. how can I launch a git branch somewhere on my site, without affecting my master branch.. so see the changes it contains?
I’m using RoR… thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set up a separate development/staging site to test your branch on, and if it works, then apply the changes to the live site. You can search around for how to set up a ROR staging site, and google will turn up plenty of examples (including results from Stack Overflow, such as this one.)