sincronize apenas um arquivo entre ramificações
git checkout Proj2
git checkout Proj1 -- index.html
git commit -a -C Proj1
Busy Boar
git checkout Proj2
git checkout Proj1 -- index.html
git commit -a -C Proj1