Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ commit
Method
commit
helper/git.py:50–52 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
48
self.execute(cmd)
49
50
def
commit(self, message: str):
51
cmd = [
"git"
,
"commit"
,
"-m"
, message]
52
self.execute(cmd)
53
54
def
config(self, name: str, value: str = None) -> str:
55
cmd = [
"git"
,
"config"
, name]
Callers
1
prepare_git
Function · 0.80
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected