.git/config: Difference between revisions
Jump to navigation
Jump to search
(→[http]) |
(→[user]) |
||
Line 28: | Line 28: | ||
==[user]== | ==[user]== | ||
Maintains user identity information, configured with [[git config]] | |||
name = John Doe | name = John Doe | ||
email = john@doe.com | email = john@doe.com |
Revision as of 17:24, 10 May 2018
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]
See
[http]
See
[user]
Maintains user identity information, configured with git config
name = John Doe email = john@doe.com