I have repo like this
/repo
  |__/AAA 
  |__/BBB 
  |__/src 
       |___CCC
I am trying to move AAA and BBB to CCC using git mv command. I do git status and it shows there are no add/deletes, only renames. After this I do git commit and git push.
When I look up contributors section on Github, my additions/removal count has increased by big number.
This is unfair for other developers as I haven't changed anything, just moved files.
Is there way to avoid this?
 
    