I have a library in a git project which is a submodule, I will call it service-lib.
The serivce-lib is not developed by myself or my company, and in fact I am encouraged not to edit it.
How can I check the git status of this module to:
- Check to makes sure I haven't accidentally edited/created a file in it
- See any updates from the developers (i.e. so I can adopt any bug fixes they may have added)