Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Experimental feature: synchronize forks #966

Closed
wants to merge 6 commits into from
Closed

Commits on Oct 28, 2015

  1. Experimental feature: synchronize forks

    When you fork a repo, it's hard to keep it in sync with the upstream
    repository. This experimental feature goes through all the remote
    branches of a configured "upstream" remote, grab all local branches
    which match by name, have not diverged in history but are behind the
    upstream remote branch, updates the local branches via a fast forward
    fetch, and pushes the updated local branches to the "origin" remote, so
    that the fork is synchronized on the server with upstream.
    shana committed Oct 28, 2015

Commits on Apr 28, 2017

  1. Merge master into feature/fork-sync

    shana committed Apr 28, 2017

Commits on Apr 29, 2017

  1. Bump version to 2.2.0.12

    shana committed Apr 29, 2017
  2. Put the sync button in the Team Explorer Sync area, make things work

    shana committed Apr 29, 2017

Commits on May 3, 2017

  1. Bump version to 2.2.0.13

    shana committed May 3, 2017
You can’t perform that action at this time.