Basic usage of git git remote command of the

    1.git remote with no arguments, lists remote branches already exist

    2.git remote -v | --verbose list the details set out its remote url behind every name, this time, -v option (translation: -verbose This is shorthand acronym), displays the corresponding cloning address.

    3.git remote add url add a remote repository

Guess you like

Origin www.cnblogs.com/liuzheyan/p/11447300.html