//! Git operations for managing Git repositories
//!//! Provides Git repository management (init, open, commit, push, status) that can be used
//! by both the API and native app.
#[cfg(feature ="git")]modgit_service;#[cfg(feature ="git")]pubusegit_service::{GitCredentials, GitError, GitService, GitStatus};