golang/go

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

Open

#9633 aperta il 19 gen 2015

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Go (19.008 fork)batch import
NeedsFixhelp wanted

Metriche repository

Star
 (133.883 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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)

Guida contributor