I currently use Rail Hosting for Heroes which uses a Git repository for deployment. I have a Gate repository that I use as my main source control for history / backup purposes. I have to keep 1 local folder, which is the working copy of my application, when my changes can be made in the Harrow repository or in my hosted repository
How do I do this? (Note how I'm familiar with the source system's control of the source and is very new to GIT)
Add them as both remote:
Add remote git to git root ssh: //myserver.example.com/var/git/myapp.git git remote host host ssh: // myotherserver. Example.com/ var / git / myapp.git [1]
[2]
Comments
Post a Comment