In a previous post I wrote about how to get git installed on CentOS. Now that git is installed it's time to actually set up a remote repository with git. In this tutorial I'll explain how to:
- create a git user on the remote server and configure the new git user correctly
- configure the deploy user correctly
- create a rails app locally and push it to the remote git server
- set up capistrano for deploying the app using git