项目作者: vector-of-bool

项目描述 :
Visual Studio Code的Gitflow集成
高级语言: TypeScript
项目地址: git://github.com/vector-of-bool/vscode-gitflow.git
创建时间: 2016-04-28T06:36:52Z
项目社区:https://github.com/vector-of-bool/vscode-gitflow

开源协议:

下载


Gitflow integration for Visual Studio Code

This extension provides integration and support for gitflow.
It is based on this gitflow implementation
and intends to be fully compatible with it.

Getting Started

If you already have gitflow set up for your repository, just start execcuting
gitflow commands from the Command Palette!

Opening example

Starting from Scratch

  1. First, initialize git:
    1. $ git init
  2. Open the VS Code Command Palette and type ‘gitflow’

  3. Select ‘Initialize repository for gitflow’
    Initializing Git Flow

  4. Follow the command prompts and accept the defaults…
    Defaults

  5. Setup complete!

Note

Development is ongoing. Please help support this project by trying it out
and submitting issues and feature requests to the github page.