[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[user]
	email = vrishab.srivatsa@juspay.in
	name = Vrishab Srivatsa
[pull]
	rebase = false
[remote "origin"]
	url = https://github.com/juspay/hyperswitch-woocommerce-plugin
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[branch "fix/delete_plugin_zip_from_repo"]
	remote = origin
	merge = refs/heads/fix/delete_plugin_zip_from_repo
[branch "fix/wordpress_compatibility"]
	remote = origin
	merge = refs/heads/fix/wordpress_compatibility
[branch "feat/hpos_compatibility"]
	remote = origin
	merge = refs/heads/feat/hpos_compatibility
[branch "feat/google_pay_compatibility"]
	remote = origin
	merge = refs/heads/feat/google_pay_compatibility
[branch "fix/internationalization_texts"]
	remote = origin
	merge = refs/heads/fix/internationalization_texts
