Skip to content

m git current_sha

Display the current commit sha.

example::

$ m git current_sha
74075a3ea5c9252a0f2b9fd6b095567b3b9b4028
Source code in m/cli/commands/git/current_sha.py
class Arguments(BaseModel):
    """Display the current commit sha.

    example::

        $ m git current_sha
        74075a3ea5c9252a0f2b9fd6b095567b3b9b4028
    """