天天看點

我的Git配置檔案 .gitconfig

[user]
	name = b649
	email = [email protected]
[branch]
	autosetuprebase = always
[push]
	default = tracking
[core]
	editor = vim
[color]
	status = auto
	branch = auto
	diff = auto
	ui = true
	pager = true
[color "branch"]
	current = yellow reverse
	local = yellow
	remote = green
[color "diff"]
	meta = yellow bold
	frag = magenta bold
	old = red bold
	new = green bold
[color "status"]
	added = yellow
	changed = green
	untracked = cyan
[diff]
	tool = bcompare_git
[difftool]
	prompt = false
[difftool "bcompare_git"]
	cmd = /usr/bin/bcompare \"$LOCAL\" \"$REMOTE\"
[alias]
	lg = log --color --graph --pretty