pierd.github.io


Project maintained by pierd Hosted on GitHub Pages — Theme by mattgraham

~/.gitconfig

Useful global git settings in ~/.gitconfig file.

[fetch]
	prune = true

[core]
	excludesfile = ~/.gitignore
	pager = less -FXR

[init]
	defaultBranch = main

[pager]
	branch = false
tags: git