---
title: "Manage many git repos with ease"
description: "mu-repo"
date: 2021-06-13
published: false
tags:
  - python
template: blog-post
---


mu-repo

```bash
pip install mu

mu status --short
mu rev-parse --abbrev-ref HEAD
mu diff --color
mu diff -U0 --color
```
