Quote:
Originally Posted by Brujah
Is anyone using git on a local machine to manage code on your remote servers? Currently doing some research on using hooks to pull changes after a commit to my remote repo.
|
What language are you using? I'm not quite sure what you are trying to do.
Usually I have a local git repo, push to remote and then pull that remote on my deploy server. This is quite common I believe.
If you are using Ruby then use Cappuccino and if you are using Python then use Fabric.
You can use either for any language and then integrate well with git.