How to reference a git repository?

Posted by Anonymous on Super User See other posts from Super User or by Anonymous
Published on 2013-07-03T11:06:20Z Indexed on 2013/07/03 11:08 UTC
Read the original article Hit count: 191

Filed under:
|
|

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?

© Super User or respective owner

Related posts about file

Related posts about git