m git branch¶ Display the current git branch name. example:: $ m git branch master Source code in m/cli/commands/git/branch.py 4 5 6 7 8 9 10 11class Arguments(BaseModel): """Display the current git branch name. example:: $ m git branch master """