Git remote

From NovaOrdis Knowledge Base
Revision as of 21:18, 11 December 2017 by Ovidiu (talk | contribs) (→‎show)
Jump to navigation Jump to search

Internal

Overview

Manages remotes. It can be used to view, create, manipulate and remove a remote. The end result of executing the command is a modification of the corresponding .git/config [remote] entry.

Operations

List the Remotes of the Current Repository

git remote -v
origin	https://gogs-cicd.apps.openshift.novaordis.io/gogs/novaordis-session-servlet.git (fetch)
origin	https://gogs-cicd.apps.openshift.novaordis.io/gogs/novaordis-session-servlet.git (push)

Sub-Commands

show

Provides detailed information about the specified remote:

git remote show <remote-name>

add

update

prune

remove, rm