Git Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* [[Git#Subjects|Git]] | * [[Git#Subjects|Git]] | ||
=Local Repository= | |||
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''. | A repository maintained on a remote host, but with which files are exchanged, is called a ''remote repository''. |
Revision as of 20:09, 11 December 2017
Internal
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.