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

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -