Git Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* [[Git#Subjects|Git]]
* [[Git#Subjects|Git]]
=Reference=


=Local Repository=
=Local Repository=

Revision as of 20:25, 11 December 2017

Internal

Reference

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.

Remote

"origin"