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
git
use git mv and everything will be AOK.
git mv
Why not just try it instead of asking? You can always reset easily in git. :)