github.com/zaquestion/lab@v0.25.1/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/lab-testing/*
    13  
    14  [branch "origin"]
    15  	remote = zaquestion
    16  	merge = refs/heads/master
    17  [branch "mrtest"]
    18  	remote = lab-testing
    19  	merge = refs/heads/mrtest
    20  [branch "mrtest-pushRemote"]
    21      remote = garbageurl
    22      pushRemote = lab-testing
    23      merge = refs/heads/mrtest-pushRemote
    24  
    25  # Other formats for testing in internal/git/git_test.go
    26  # https://git-scm.com/docs/git-clone#_git_urls_a_id_urls_a
    27  [remote "origin-http"]
    28  	url = http://gitlab.com/zaquestion/test.git
    29  	fetch = +refs/heads/*:refs/remotes/origin-http/*
    30  [remote "origin-https"]
    31  	url = https://gitlab.com/zaquestion/test.git
    32  	fetch = +refs/heads/*:refs/remotes/origin-https/*
    33  [remote "origin-pushurl"]
    34  	url = garbageurl
    35  	pushurl = https://gitlab.com/zaquestion/test.git
    36  	fetch = +refs/heads/*:refs/remotes/origin-pushurl/*
    37  [remote "origin-empty-pushurl"]
    38  	url = https://gitlab.com/zaquestion/test.git
    39  	pushurl = 
    40  	fetch = +refs/heads/*:refs/remotes/origin-empty-pushurl/*
    41  [remote "origin-https-token"]
    42  	url = https://token@gitlab.com/zaquestion/test.git
    43  	fetch = +refs/heads/*:refs/remotes/origin-https-token/*
    44  [remote "origin-git"]
    45  	url = git://gitlab.com/zaquestion/test.git
    46  	fetch = +refs/heads/*:refs/remotes/origin-git/*
    47  [remote "origin-ssh-alt"]
    48  	url = ssh://gitlab.com/zaquestion/test.git
    49  	fetch = +refs/heads/*:refs/remotes/origin-ssh-alt/*
    50  [remote "origin-no_dot_git"]
    51  	url = git@gitlab.com:zaquestion/test
    52  	fetch = +refs/heads/*:refs/remotes/origin-no_dot_git/*
    53  [remote "garbage"]
    54  	url = garbageurl
    55  	fetch = +refs/heads/*:refs/remotes/garbage/*
    56  [remote "origin-subfolder-ssh"]
    57  	url = ssh://gitlab.com/zaquestion/sub/folder/test.git
    58  	fetch = +refs/heads/*:refs/remotes/origin-subfolder-ssh/*
    59  [remote "origin-subfolder-git"]
    60  	url = git@gitlab.com:zaquestion/sub/folder/test.git
    61  	fetch = +refs/heads/*:refs/remotes/origin-subfolder-git/*
    62  [remote "origin-custom-port"]
    63  	url = ssh://git@git.mydomain.net:12345/zaquestion/test.git
    64  	fetch = +refs/heads/*:refs/remotes/origin-custom-port/*
    65  [remote "origin-subfolder-custom-port"]
    66  	url = ssh://git@git.mydomain.net:12345/zaquestion/sub/folder/test.git
    67  	fetch = +refs/heads/*:refs/remotes/origin-subfolder-custom-port/*
    68  [branch "ci_test_pipeline"]
    69  	remote = origin
    70  	merge = refs/heads/ci_test_pipeline