Skip to content

GitConfig

Olivier Smedile edited this page Apr 12, 2018 · 1 revision

Sample Git config

Add theses settings to your ~/.gitconfig file

[user]
	name = Guilherme M. Trein
	email = [email protected]
[pull]
	rebase = true

Refs

https://github.com/trein/dev-best-practices/wiki/Git-Tips

Clone this wiki locally