.git/config: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
url = https://gogs-cicd.apps.openshift.novaordis.io/gogs/novaordis-session-servlet.git | url = https://gogs-cicd.apps.openshift.novaordis.io/gogs/novaordis-session-servlet.git | ||
fetch = +refs/heads/*:refs/remotes/origin/* | fetch = +refs/heads/*:refs/remotes/origin/* | ||
More than one [remote] entries are possible, in case the local repository has multiple [[Git Concepts#Remote|remotes]]. | |||
==[branch]== | ==[branch]== |
Revision as of 21:57, 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/*
More than one [remote] entries are possible, in case the local repository has multiple remotes.
[branch]
[http]
See