Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 907 Bytes

File metadata and controls

27 lines (19 loc) · 907 Bytes

README

gitflow4code

This is a Visual Studio Code extension that adds support for git-flow

What's included

In this early release, very basic support has been added allowing the user to:

  • Start/Finish Feature branches
  • Start/Finish Release branches
  • Start/Finish Hotfix branches
  • Get the status of a git repository

gitflow4code roadmap

What features would you like to see?

Dependencies

  • git (if you have installed VS Code, this should also already exist on your machine)
  • git-flow

For more information on git-flow