Usually we load a module from git or any version control, store it locally and add it as a module dependency. Therefore, every time, if there are any changes in the module, I have to retrieve and update existing ones locally. Is there a way to add a module directly from git / svn, and if there are any changes (commit) in the module, will it be automatically displayed?
eager source
share