Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 427 Bytes

remote.md

File metadata and controls

3 lines (2 loc) · 427 Bytes

Remote

remote - An adjective describing a computer that is somewhere else. A "remote machine" is a machine you do not have physical access to, but might have access through a means such as the internet. In Git, a remote is a repository that is not on your computer, but is connected to your local repository. You can add new remotes with the git remote add command, and change them with the gitremote set-url command.