.git/config: Difference between revisions
Jump to navigation
Jump to search
(→[http]) |
|||
Line 10: | Line 10: | ||
==[remote]== | ==[remote]== | ||
[remote] entires represent [[Git Concepts#Remote|remotes]] for the current repository, and are manipulated by the [[git remote#Overview|git remote]] command. | |||
[remote "origin"] | |||
url = https://gogs-cicd.apps.openshift.novaordis.io/gogs/novaordis-session-servlet.git | |||
fetch = +refs/heads/*:refs/remotes/origin/* | |||
==[branch]== | ==[branch]== |
Revision as of 21:13, 11 December 2017
Internal
Overview
Entries
[core]
[remote]
[remote] entires represent remotes for the current repository, and are manipulated by the git remote command.
[remote "origin"] url = https://gogs-cicd.apps.openshift.novaordis.io/gogs/novaordis-session-servlet.git fetch = +refs/heads/*:refs/remotes/origin/*
[branch]
[http]
See