.git/config

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

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

Turn Off SSL Server Certificate Verification for a Specific Repository