Git Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Local) |
|||
Line 8: | Line 8: | ||
The repository maintained on a local filesystem that is currently interacted with is called the ''local'' or ''current'' 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''. | |||
==Remote== | ==Remote== | ||
==="origin"=== | ==="origin"=== |
Revision as of 20:08, 11 December 2017
Internal
Remote Repository
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.