Skip to content

Instantly share code, notes, and snippets.

@lifuzu
Last active September 14, 2022 06:17
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lifuzu/9405838 to your computer and use it in GitHub Desktop.
Save lifuzu/9405838 to your computer and use it in GitHub Desktop.
Display git submodule history
# Display git history including/interleave submodule commits
$ git log -1 -p --submodule
# Refereneces:
# http://stackoverflow.com/questions/8843724/git-history-including-interleave-submodule-commits
# http://git-scm.com/docs/git-submodule
@salvob41
Copy link

Thank you!

@mw3i
Copy link

mw3i commented Oct 23, 2018

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment