logoalt Hacker News

xboxnolifestoday at 6:08 PM2 repliesview on HN

Isn't this just the same thing as `git mv`?


Replies

ibejoebtoday at 6:13 PM

I don't think so, but I'm not sure. It seems to imply that renaming a file without using `lore stage` subcommands will record a delete and an add, meaning that changes made in a branch prior to the rename won't automatically propagate. Git will detect this without using it's own mv command.

show 1 reply
IshKebabtoday at 6:17 PM

They're actually saying it's better than `git mv`, because it actually records the move, unlike Git.

show 1 reply