Git Command to know current repository -


any command know remote repository connected to?

if browse directory contains .git folder. can run command know remote repository .git folder mapped ?

there no 1:1 local:remote mapping git repos. every repo can have several remotes, or none @ all.

you can use git remote -v list of remotes in local repo's config. note these aliases convenience, , can directly fetch , push remote repos using urls.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -