Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HypothesisWorks/hypothesis
/ configure_git
Function
configure_git
tooling/src/hypothesistooling/git.py:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
77
78
def
configure_git():
79
git(
"config"
,
"user.name"
, TOOLING_COMMITTER_NAME)
80
git(
"config"
,
"user.email"
,
"david@drmaciver.com"
)
81
82
83
def
create_tag(tagname):
Callers
1
publish
Function · 0.90
Calls
1
git
Function · 0.85
Tested by
no test coverage detected