git log renames
with git, see when files or folders are renamed with:
git log -M –summary
each rename will appear in the log, along with a percentage showing how much of the file’s content is the same.
with git, see when files or folders are renamed with:
git log -M –summary
each rename will appear in the log, along with a percentage showing how much of the file’s content is the same.
Leave a Reply