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
Post a Comment