Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ezyang/ghstack
/ GhCommit
Class
GhCommit
src/ghstack/submit.py:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
@dataclass(frozen=True)
28
class
GhCommit:
29
commit_id: GitCommitHash
30
tree: str
31
32
33
# Commit can be None if this is a completely fresh PR
Callers
3
prepare_updates
Method · 0.85
_resolve_gh_branch
Method · 0.85
_create_non_orig_branches
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected