use crateWrapCommand;
use crategit;
pub use *;
pub const GIT_COMMAND: &str = "notes";
/// Add or inspect object notes.
/// A typical use of notes is to supplement a commit message without changing the commit itself.
/// Notes can be shown by git log along with the original commit message.
/// [Git doc](https://git-scm.com/docs/git-notes)