Git fetch update project git push share change git Remote Management remote repository git remote list remote aliases: $ git remoteorigin only lists aliases of remote repositories, for clone, the default name is generally origin $ git remote-vorigin https://github.com/sshwsfc/django-xadmin.git (FETCH) origin https://github.com/sshwsfc/django-xadmin.git (push) view the actual connection address for each alias git remote Add add Add a new remote repository git remote add origin https://github.com/orangle/study_code.gitgit remote RM delete an existing alias git fetch download new branch and data from the remote repository then git merge manually merge the GIT pull branch to extract data from the remote warehouse and try to merge the data to the current branch to view the commit log of the master branch: git log origin/Master push local repository updates to remote repository git push-u origin master