Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] API to know about changes being pushed?

On Fri, Mar 3, 2017 at 10:32 PM, Pascal Rapicault <pascal@xxxxxxxxxxxx> wrote:
Hi,

Is there a way to know if changes have been pushed to a remote repo?

If you successfully push to an upstream branch the corresponding remote tracking branch
is updated in your local repository.

If you push to Gerrit for review a refs/changes/... ref is created upstream,
for these non-standard refs there are no remote tracking branches. Such remote tracking branches
wouldn't really make sense since Gerrit creates a new ref for each patchset, so these upstream
refs are never updated.

-Matthias

Back to the top