Files
lazygit/test/integration/pushAndSetUpstreamDefault/expected/.git_keep/config
2021-10-22 21:33:17 +11:00

19 lines
350 B
Plaintext

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[user]
email = CI@example.com
name = CI
[remote "origin"]
url = ../actual_remote
fetch = +refs/heads/*:refs/remotes/origin/*
[push]
default = current
[branch "test"]
remote = origin
merge = refs/heads/test