forked from jreybert/vimagit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
5 changed files
with
190 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters