MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / push.rs

File push.rs

atomic-cli/src/commands/git/push.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! The `atomic git push` command — sync Atomic changes to Git.
2//!
3//! Materializes the current view's working copy, stages all changes with
4//! `git add -A`, commits with Atomic provenance trailers, and optionally

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected