| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected