git submodule tricks
$ 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
- Read more about git submodule tricks
- Log in to post comments