.gitconfig
Jump to navigation
Jump to search
Internal
Overview
The configuration file that keeps the global configuration values, those manipulated with --global
option.
Example
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[user]
name = Ovidiu Feodorov
email = ovidiu@example.com
[push]
autoSetupRemote = true