Git Add Another Remote to an Existing Repository: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
* [[Git_remote#add|git remote add]]
* [[Git_remote#add|git remote add]]
* [[Git Operations#Procedures|Git Operations]]
* [[Git Operations#Procedures|Git Operations]]
=Overview=
This article describes the procedure of adding a second remote to an existing repository. A practical situation when we would need something like this is when we developed an an application in an internal repository - for example a [[OpenShift Gogs#Overview|Gogs instance deployed within an OpenShift cluster]]

Revision as of 21:48, 11 December 2017

Internal

Overview

This article describes the procedure of adding a second remote to an existing repository. A practical situation when we would need something like this is when we developed an an application in an internal repository - for example a Gogs instance deployed within an OpenShift cluster