8000 GitHub - boceckts/vscode-git-quick-review: Extension for the Visual Studio Code editor that allows you to quickly perform reviews of remote git branches without losing your current working state.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boceckts/vscode-git-quick-review

Repository files navigation

Git Quick Review for Visual Studio Code

Build Status MIT license

Quickly check out a remote git branch you want to review without worrying about your current working state. After finishing the review, you will be brought back to where you left off without losing any changes.

Requirements

This extension only works when VSCode is openend in a workspace with an initialized git repository.

Features

This extension let's you quickly check out a remote git branch you want to review without you having to worry about your current working state. Essentially, this plugin aims to provide a shortcut for the following workflow when doing a git review.

  1. Quickly select and switch to a branch you want to review
    • Save current changes
    • Refresh the remote for the newest working states
    • Find the branch you want to review
    • Checkout the selected remote branch in detached mode

--- Unfortunately, you still need to perform the review by yourself ---

  1. Quickly switch back to your original branch and working state
    • discard any changes
    • Checkout original branch you worked on
    • Restore original working state

Usage

  1. Simply select the git quick review status bar icon on the bottom left which should say 'Start Review'. (Alternatively, open your command pallete and search for Git Review).
  2. Select the branch you want to review
  3. Perform your code review on the checked out branch
  4. Press the git quick review status bar icon again to finish a review which brings you back to your original branch and restores your previous work.

Git Quick Review

Change Log

The Change Log can be found here.

Contributing

Fork the repo, create a branch and submit pull requests.

About

Extension for the Visual Studio Code editor that allows you to quickly perform reviews of remote git branches without losing your current working state.

Topics

Resources

License

Stars

Watchers

Forks

0