@@ -11,3 +11,7 @@ def add(c, url, name=None):
name = url
c.run(f"git submodule add {url}")
c.run(f"git commit -am 'added: {name}'")
@task
def update(c):
c.run("git pull && git submodule update --init")
The note is not visible to the blocked user.