# etc-gitconfig
[core]
    autocrlf = false
    eol = lf
    filemode = false

[safe]
    directory = /workspace

[push]
    followTags = true
