[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/ephlux/NeuroBackend.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "features/multiselect-pre-and-post-fix-validation-rules"]
	remote = origin
	merge = refs/heads/features/multiselect-pre-and-post-fix-validation-rules
[branch "features/branching-logic"]
	remote = origin
	merge = refs/heads/features/branching-logic
[branch "features/add-field-in-question-option"]
	remote = origin
	merge = refs/heads/features/add-field-in-question-option
[branch "features/add-button-question-duplicate-listing"]
	remote = origin
	merge = refs/heads/features/add-button-question-duplicate-listing
[branch "features/save-narrative-api-multiple-question-options"]
	remote = origin
	merge = refs/heads/features/save-narrative-api-multiple-question-options
[branch "features/update-patient-complains-details-api"]
	remote = origin
	merge = refs/heads/features/update-patient-complains-details-api
[branch "f-mahmood"]
	remote = origin
	merge = refs/heads/f-mahmood
