git extensions - Git looses track of moved files when commits are squashed -
i moved lot of files in 2 commits, in each commit movement being detected. if squash 2 commit toghether movement operations done in second commit being detected add , delete.
any ideas of how resolve problem?
thanks.
the problem git always stores file moves delete/add.
only later git (or git clients) try helpful , show them moves.
see:
Comments
Post a Comment