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:52–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
51
impl Default for Push {
52
fn default() -> Self {
53
Self {
54
message: None,
55
no_push: false,
56
remote:
"origin"
.to_string(),
57
}
58
}
59
}
60
61
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