Skip to content

m git first_sha

Display the very first commit sha in the repository.

example::

$ m git first_sha
bf286e270e13c75dfed289a3921289092477c058
Source code in m/cli/commands/git/first_sha.py
class Arguments(BaseModel):
    """Display the very first commit sha in the repository.

    example::

        $ m git first_sha
        bf286e270e13c75dfed289a3921289092477c058
    """