exlinc / mdlr

MDLR ("Modular") gives you declarative and easy Git 'submodules without the pain of submodules'
Apache License 2.0
29 stars 2 forks source link

mdlr status extra flag #7

Open BarbzYHOOL opened 6 years ago

BarbzYHOOL commented 6 years ago

I feel like mdlr status should have a switch to display detailed info for all submodules at once (like running mdlr status -n module_name on each module)

mdlr status -d

and then it shows for each module:

git status
git log or git show --oneline -s or git log --pretty=oneline
remote url
maybe latest stash? dunno