gitlab.com/zaquestion/lab@v0.14.0/testdata/test.git/config (about)

     1  [core]
     2  	repositoryformatversion = 0
     3  	filemode = true
     4  	bare = false
     5  	logallrefupdates = true
     6  	editor = test -f
     7  [remote "origin"]
     8  	url = git@gitlab.com:zaquestion/test.git
     9  	fetch = +refs/heads/*:refs/remotes/origin/*
    10  [remote "lab-testing"]
    11          url = git@gitlab.com:lab-testing/test.git
    12          fetch = +refs/heads/*:refs/remotes/origin/*
    13  
    14  [branch "mrtest"]
    15  	remote = lab-testing
    16  	merge = refs/heads/mrtest
    17  
    18  # Other formats for testing in internal/git/git_test.go
    19  # https://git-scm.com/docs/git-clone#_git_urls_a_id_urls_a
    20  [remote "origin-http"]
    21  	url = http://gitlab.com/zaquestion/test.git
    22  	fetch = +refs/heads/*:refs/remotes/origin/*
    23  [remote "origin-https"]
    24  	url = https://gitlab.com/zaquestion/test.git
    25  	fetch = +refs/heads/*:refs/remotes/origin/*
    26  [remote "origin-https-token"]
    27  	url = https://token@gitlab.com/zaquestion/test.git
    28  	fetch = +refs/heads/*:refs/remotes/origin/*
    29  [remote "origin-git"]
    30  	url = git://gitlab.com/zaquestion/test.git
    31  	fetch = +refs/heads/*:refs/remotes/origin/*
    32  [remote "origin-ssh-alt"]
    33  	url = ssh://gitlab.com/zaquestion/test.git
    34  	fetch = +refs/heads/*:refs/remotes/origin/*
    35  [remote "origin-no_dot_git"]
    36  	url = git@gitlab.com:zaquestion/test
    37  	fetch = +refs/heads/*:refs/remotes/origin/*
    38  [remote "garbage"]
    39  	url = garbageurl
    40  	fetch = +refs/heads/*:refs/remotes/garbage/*
    41  [remote "origin-subfolder-ssh"]
    42  	url = ssh://gitlab.com/zaquestion/sub/folder/test.git
    43  	fetch = +refs/heads/*:refs/remotes/origin-subfolder-ssh/*
    44  [remote "origin-subfolder-git"]
    45  	url = git@gitlab.com:zaquestion/sub/folder/test.git
    46  	fetch = +refs/heads/*:refs/remotes/origin-subfolder-git/*
    47  [remote "origin-custom-port"]
    48  	url = ssh://git@git.mydomain.net:12345/zaquestion/test.git
    49  	fetch = +refs/heads/*:refs/remotes/origin-custom-port/*
    50  [remote "origin-subfolder-custom-port"]
    51  	url = ssh://git@git.mydomain.net:12345/zaquestion/sub/folder/test.git
    52  	fetch = +refs/heads/*:refs/remotes/origin-subfolder-custom-port/*
    53  [branch "ci_test_pipeline"]
    54  	remote = origin
    55  	merge = refs/heads/ci_test_pipeline