#Where <ref> should be replaced with a branch name, tag name, or commit hash. | |
git ls-tree -rt <reference> | grep 'commit [0-9A-z]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#Where <ref> should be replaced with a branch name, tag name, or commit hash. | |
git ls-tree -rt <reference> | grep 'commit [0-9A-z]' |