git - Diff Branches By Commit Message -
if git log master..feature
going show me difference between master , feature using hash id.
however, if want compare using commit message? e.g. if have rebased branch , hashes different commit messages not.
git cherry
didn't seem work either, listed commits.
Comments
Post a Comment