Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ezyang/ghstack
/ git
Method
git
src/ghstack/shell.py:236–236 ·
view source on GitHub ↗
(self, *args: str)
Source
from the content-addressed store, hash-verified
234
235
@overload
# noqa: F811
236
def
git(self, *args: str) -> str: ...
237
238
@overload
# noqa: F811
239
def
git(self, *args: str, input: str) -> str: ...
Callers
15
main
Function · 0.95
main
Function · 0.95
get_github_repo_name_with_owner
Function · 0.80
parse_pull_request
Function · 0.80
main
Function · 0.80
__init__
Method · 0.80
write_file_and_add
Function · 0.80
commit
Function · 0.80
amend
Function · 0.80
git
Function · 0.80
checkout
Function · 0.80
cherry_pick
Function · 0.80
Calls
4
_maybe_rstrip
Method · 0.95
sh
Method · 0.95
format
Method · 0.80
get
Method · 0.45
Tested by
8
__init__
Method · 0.64
write_file_and_add
Function · 0.64
commit
Function · 0.64
amend
Function · 0.64
git
Function · 0.64
checkout
Function · 0.64
cherry_pick
Function · 0.64
dump_github
Function · 0.64