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 = valid@email.com
[pull]
	rebase = true

Refs

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

Clone this wiki locally