Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ default
Method
default
atomic-cli/src/commands/git/push.rs:65–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
64
impl Default for Push {
65
fn default() -> Self {
66
Self {
67
message: None,
68
no_push: false,
69
remote:
"origin"
.to_string(),
70
branch: None,
71
}
72
}
73
}
74
75
impl Command for Push {
Callers
5
run
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected