$ git submodule status # get information $ git ls-tree HEAD # which commit is bound to the current branch $ git submodule update [--init] [--recursive] # align branch with submodules
- Log in to post comments
$ git submodule status # get information $ git ls-tree HEAD # which commit is bound to the current branch $ git submodule update [--init] [--recursive] # align branch with submodules