.gitconfig

From NovaOrdis Knowledge Base
Revision as of 22:14, 9 January 2024 by Ovidiu (talk | contribs) (→‎Internal)
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