Where to put git "remote" repo on purely local git setup?
- by Mittenchops
I overwrote and lost some important scripts and would like to setup version control to protect my stuff. I've used git before, and am familiar with commands, but don't understand where I would put my "remote" repository on an install set up on my own machine---the place I push/pull to. I don't intend to share or access remotely, I just want a little source control for my files.
I followed the instructions here for setting up my staging area:
http://stackoverflow.com/questions/4249974/personal-git-repository
But where do I put git "remote" repo on purely local git setup? How does the workflow work then?
On the command in the above:
git remote add origin ssh://myserver.com:/var/repos/my_repo.git
Where should I put/name something like this? If I have multiple different projects, would they go in different places? I'm running 11.10.