Skip to content
Snippets Groups Projects
Commit d85e7c88 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add git status to the readme

parent ec66da14
No related branches found
No related tags found
No related merge requests found
Pipeline #4319 passed
......@@ -220,6 +220,12 @@ You can also **execute** a custom command in each module's directory inside the
```bash
armarx-setup exec ls
armarx-setup exec "echo \$(pwd)"
armarx-setup exec "git status"
```
To get the **status** of each **git** repository in a nice table, run:
```bash
armarx-setup git status
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment