This is primarily a question of making good use of Git. I must first say that I am not an expert in Rails (at least in the production sense) and definitely a newbie to Git, however, I had some experience using SVN.
My problem is that I am trying to create a rails application, but I donβt know how best to support local localization on my computer, but to be able to deploy my Dreamhost hosting account.
I realized that Git would let me do this, but I'm not quite sure how to do this. I was thinking of creating a repo on Git on the server, and after each commit, local files were pressed on it. I read a few Git tutorials, but I'm still confused about what to do. An alternative to this would be to simply use FTP and copy files, but this does not seem to be correct.
Does anyone have a few first steps and / or commands that I can use? Is this deployment method suspicious or is there a better way to do this?
source share