Git Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
=Remote Repository= | =Remote Repository= | ||
A repository maintained on a remote host, but with which files are exchanged, is called a ''remote repository''. | A repository maintained on a remote host, but with which files are exchanged, is called a ''remote repository''. The references available in a remote repository can be listed with [[git ls-remote]]. | ||
==Remote== | ==Remote== | ||
==="origin"=== | ==="origin"=== |
Revision as of 20:30, 11 December 2017
Internal
Reference
References available in a remote repository can be listed with git ls-remote.
Local Repository
The repository maintained on a local filesystem that is currently interacted with is called the local or current repository.
Remote Repository
A repository maintained on a remote host, but with which files are exchanged, is called a remote repository. The references available in a remote repository can be listed with git ls-remote.