Move a file/directory but still merge changes easily?

前端 未结 3 896
轮回少年
轮回少年 2021-01-03 23:17

I\'ve read in various FAQs that git doesn\'t explicitly track renames/moves, preferring to look for identical (or in some situations similar?) files. That\'s gr

3条回答
  •  清酒与你
    2021-01-03 23:57

    use git mv and everything will be AOK.

    Why not just try it instead of asking? You can always reset easily in git. :)

提交回复
热议问题