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:73–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
impl Default for Push {
73
fn default() -> Self {
74
Self {
75
message: None,
76
no_push: false,
77
remote:
"origin"
.to_string(),
78
branch: None,
79
allow_conflict_markers: false,
80
}
81
}
82
}
83
84
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