Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ github_push_current_branch
Function
github_push_current_branch
crates/opencode-cli/src/main.rs:4980–4982 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4978
}
4979
4980
fn github_push_current_branch() -> anyhow::Result<()> {
4981
git_run(&[
"push"
])
4982
}
4983
4984
fn github_push_to_fork(pr: &GithubPrRuntimeInfo) -> anyhow::Result<()> {
4985
let remote_name =
"fork"
;
Callers
1
handle_github_command
Function · 0.85
Calls
1
git_run
Function · 0.85
Tested by
no test coverage detected