pub fn check_out_commit(
    effects: &Effects,
    git_run_info: &GitRunInfo,
    event_tx_id: Option<EventTransactionId>,
    target: Option<impl AsRef<OsStr> + Debug>,
    options: &CheckOutCommitOptions<'_>
) -> Result<isize>
Expand description

Checks out the requested commit. If the operation succeeds, then displays the new smartlog. Otherwise displays a warning message.