I am bit confused about how git review
works ?
I got the official documentation here fine manual but am still unable to understand how modifying a downloaded change and then comitting and pushing it using git commit --amend
and git review
works with simple push ?
I mean, isn't this same as rewriting history/making changese to pushed commit ?
Also there is git review -R
, wondering when n why to use that ?