git_remote repository

# git_remote repository
 
# Command example:
    # 1. Push the local to the remote library, the first two lines of commands to enter:
        $ git remote add origin [email protected]:Clausding/demo.git
        $ git push -u origin master
    # 2. Push local to remote repository:
        $ git push origin master
    # 3. Clone the remote library to the local
        $ git clone [email protected]:Clausding/demo.git

  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325610024&siteId=291194637