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 4 5 6 7 8 9 10 11class Arguments(BaseModel): """Display the current commit sha. example:: $ m git current_sha 74075a3ea5c9252a0f2b9fd6b095567b3b9b4028 """