I have git installed on my Ubuntu server and on my client. I'm planning to install git-flow as well.
When I create a project on the server, to where I will pull either the test branch or the production branch (both are on the same server), after I do the git init, what do I do about naming the remote, given that the repository is on the same server?