[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git@github-smid5:smid5/LLM_watermarking.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
	vscode-merge-base = origin/main
[remote "upstream"]
	url = https://github.com/hdiwan/LLM_watermarking.git
	fetch = +refs/heads/*:refs/remotes/upstream/*
[user]
	email = shingocresskill0515@gmail.com
[branch "plots_for_iclr"]
	github-pr-base-branch = "smid5#LLM_watermarking#main"
	vscode-merge-base = origin/main
[branch "iclr_mask_table"]
	github-pr-base-branch = "smid5#LLM_watermarking#main"
	vscode-merge-base = origin/main
[branch "iclr_translation_plot"]
	github-pr-base-branch = "smid5#LLM_watermarking#main"
	vscode-merge-base = origin/main
[branch "sentence_length_vs_tpr"]
	github-pr-base-branch = "smid5#LLM_watermarking#main"
	vscode-merge-base = origin/main
