[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	edit = vim
[user]
	name = Wenchao Hao
	email = haowenchao@huawei.com
[alias]
	co = checkout
	ci = commit -s
	br = branch
	st = status
[remote "origin"]
	url = https://github.com/wenchao-hao/open-iscsi.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "upstream"]
	url = https://github.com/open-iscsi/open-iscsi.git
	fetch = +refs/heads/*:refs/remotes/upstream/*
