golang/go
View on GitHubx/review/git-codereview: 'git sync' should say what happened
Open
#9,633 opened on Jan 19, 2015
NeedsFixhelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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)