aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/gitconfig/.gitconfig
blob: 2f68bde0dacfd73a06e263cd1944c928de4df8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	# Name used in commit messages.
	name = Homebrew
	# Email used in commit messages.
	email = git@brew.sh
[fetch]
	# Always prune when fetching (and pulling).
	prune = 1
[core]
	# Don't prompt for commit messages for merge commits.
	mergeoptions = --no-edit
[credential]
	# Use macOS Keychain to store HTTP passwords.
	helper = osxkeychain