Git remote: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Manages [[Git_Concepts#Remote|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]] | Manages [[Git_Concepts#Remote|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]] [[.git/config#.5Bremote.5D|[remote]]] entry. | ||
=Operations= | =Operations= |
Revision as of 21:12, 11 December 2017
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)