Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ git_exec
Function
git_exec
scripts/changelog.py:24–27 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
22
23
24
def
git_exec(args):
25
p = Popen(
" "
.join([
"git"
] + args), shell=True, stdout=PIPE, stderr=PIPE)
26
out, err = p.communicate()
27
return
out.decode(
'utf-8'
)
28
29
30
def
git_log(args):
Callers
2
git_log
Function · 0.85
get_all_tags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected