Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 305 Bytes

File metadata and controls

11 lines (7 loc) · 305 Bytes

Git Remote

There are some operations with git remote, like git remote -v, that you may use occasionally. But, the concept of a remote within Git is important and powers many of the other operations.

What does Git Remote do?

git remote -v

Previous | Next