When `git sync` does a fast forward or rebase, it would be nice to know what it did. Something like this: ``` $ git sync Synced local branch 'foo' HEAD to d34db33f (17 new commits) $ git sync Local branch 'foo' HEAD at d34db33f (no new commits) ```
When
git syncdoes a fast forward or rebase, it would be nice to know what it did.Something like this: