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

Complete remote unique branches for 'git checkout' #352

Merged
merged 4 commits into from Jan 4, 2017

Commits on Jan 31, 2016

  1. GitTabExpansion.ps1: complete remote unique branches for 'git checkout'

    See 'git help checkout', specifying a branch that doesn't exist locally
    but exists in exactly one remote will set up a tracking branch.
    mah committed Jan 31, 2016
    Copy the full SHA
    fde87db View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Copy the full SHA
    376fd3f View commit details
    Browse the repository at this point in the history
  2. Use full cmdlet names

    dahlbyk committed Jan 4, 2017
    Copy the full SHA
    52a5159 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ec76ff9 View commit details
    Browse the repository at this point in the history