git has always had some kind of (often painful) solution for every problem. Until today. I'm disappointed, git. "git mv X Y" is just shorthand for "mv X Y; git add X; git rm Y". "git log --follow" tries to guess what files are the same.
@kristinmbranson are you familiar with git aliases? It was a game changer once I discovered it.
@barefootstache no, I haven't used them before, will try it out!
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@barefootstache no, I haven't used them before, will try it out!