Correct Path for Git Remote Add from Amazon EC2 Instance to OSX Client Machine
- by filmnut
I'm trying to do a git remote add from a repository that sits on a remote Amazon AMI back to a cloned copy of the SAME repository that is sitting on my local OSX machine.
I'm confused about what file path to use. I assume it's something like:
git remote add my_clone <OSX_User_Name>@<OSX_HOST_NAME>:<PATH_TO_CLONED_REPO>
I…