git-review: simplify sync

The old sync was needlessly complex. It separated fetch and rebase,
and it had a special case to do a fast-forward merge if possible.
Git pull -r will do all that in one step, and using one command
instead of three simplifies the 'git sync -v' output for people who
want to know what git sync really does.

This also matches the documentation we published in Go 1.4
at golang.org/doc/contribute.html.

Change-Id: Ic367d0300c30120a900c6b4d66546d2e0a8fb6ce
Reviewed-on: https://go-review.googlesource.com/1426
Reviewed-by: Andrew Gerrand <adg@golang.org>
1 file changed
tree: a4f535fba8326c8b414f9e8af159519661a8e8d5
  1. git-review/
  2. README