Home > Development Tools > git > body text

How to check the remote warehouse address in Git

藏色散人
Release: 2018-11-22 16:22:20
Original
59161 people have browsed it

This article mainly introduces to you How to check the remote warehouse address with Git.

Git is a free, open source distributed version control system that can handle everything from small to large projects quickly and efficiently. So in the previous article, I introduced to you How to create a Git remote warehouse and How Git uploads projects to the remote warehouse.

Command statement to view the remote warehouse address:

git remote -v
Copy after login

Let’s continue to use simple examples to introduce how Git can view the remote warehouse address.

First we open the Git command line interface in the specified file directory, that is, the local warehouse, right-click the mouse and enter the Git bash here option.

How to check the remote warehouse address in Git

Then you can view the remote warehouse address through the git remote -v command . The address result is as follows:

How to check the remote warehouse address in Git

As shown in the picture above, there are two addresses, fetch and push. Then fetch indicates the address we want to get, and push indicates the address we want to push.

Finally, we can enter the above address in the browser to view the remote warehouse project.

How to check the remote warehouse address in Git

This article is an introduction to how Git checks the remote warehouse address. It is simple and easy to understand. I hope it will be helpful to friends in need!

The above is the detailed content of How to check the remote warehouse address in Git. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!