How to reference a git repository?
- by Anonymous
What should the actual path to a git repository 'file' be? It's common practise when cloning from github to do something like:
git clone https://[email protected]/repo.git
And I'm used to that.
If I init a repo on my local machine using git init, what is the 'git file' for me to reference? I'm trying tot setup Capifony with a Symfony2 project and need to set the repository path. Specifying the folder of the repository isn't working. Is there a .git file for each repository I should be referencing?