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

Support git push <remote> +<tab> #343

Merged
merged 3 commits into from
Jan 4, 2017
Merged

Support git push <remote> +<tab> #343

merged 3 commits into from
Jan 4, 2017

Commits on Jan 12, 2015

  1. Adds support for shorthand force-push syntax

    Git supports a short-hand syntax for force-pushing a branch to a remote by including the "+" modifier before the branch name. However when doing so, Posh-git was no longer able to auto-complete the branch name as it did not understand this syntax.  This PR adds that support.
    
    Closes #173
    dan-turner committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    8557a31 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Configuration menu
    Copy the full SHA
    4d74e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a6f34f View commit details
    Browse the repository at this point in the history