Monday, December 15, 2014

Can we post a review in git without committing our changes locally.

I don't think that not committing your changes is the correct solution.
After every CR-related change, just do git commit --amend. It will update your previous commit instead of creating a new one. After that you can do post-review -r xxxxxxx (where xxxxxxx is your CR number) to update the CR.