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

Implemented Branch Checkout (#141) #189

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open

Commits on Jun 21, 2020

  1. Implemented Branch Checkout (jreybert#141)

    There are three bindings: <CBB>, <CBF>, and <CB->. <CBB> is the
    equivalent of 'git checkout -b'; <CBF> is the equivalent of 'git
    checkout -B', and <CB-> is the equivalent of 'git checkout -'.
    
    I adapted the UI based off of the proposed UI in the issue by changing
    from autocompletion(?) of typed branch names to listed branches (remote
    and local alike) which can be selected with <CBB>/<CBF>, along with the
    option to Close the section as well as create a new local branch.
    
    Inline help and vimagit.txt are updated with details.
    nikewall committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    220fe9c View commit details
    Browse the repository at this point in the history
  2. Implemented Branch Checkout (jreybert#141)

    There are three bindings: <CBB>, <CBF>, and <CB->. <CBB> is the
    equivalent of 'git checkout -b'; <CBF> is the equivalent of 'git
    checkout -B', and <CB-> is the equivalent of 'git checkout -'.
    
    I adapted the UI based off of the proposed UI in the issue by changing
    from autocompletion(?) of typed branch names to listed branches (remote
    and local alike) which can be selected with <CBB>/<CBF>, along with the
    option to Close the section as well as create a new local branch.
    
    Inline help and vimagit.txt are updated with details.
    nikewall committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    159bb12 View commit details
    Browse the repository at this point in the history
  3. Fix amend blunder.

    nikewall committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    ec84811 View commit details
    Browse the repository at this point in the history