golang/go

x/review/git-codereview: 'git sync' should say what happened

Open

#9,633 opened on 2015年1月19日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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)

コントリビューターガイド