gitflow4codegitflow-avh Implementation for Visual Studio CodeThis extension adds support for the feature branching strategy described here in Vincent Driessen's branching model. The implementation used by this extension is similar to the functionality offered by git-flow (AVH Edition). What's included
Dependencies
Getting StartedAccessing gitflow4code commandsFrom the Command Pallette, type in GitFlow to filter the GitFlow commands InitializeChoose the Initialize Repository command from the list of available gitflow4code commands. Alternately, you can use the shortcut keys listed below Shortcuts to Initialize Command
Initialize with default settingsChoose to Initialize with custom configuration settingsChoose to
These settings are stored and can be edited at any time by re-running the above commands or by editing in the Settings file. FeaturesStart FeatureChoose the Alternately, you can use the shortcut keys listed below Shortcuts to Start Feature Command
If creating a feature branch off of your development branch, choose -- or -- If creating a feature branch off another base branch, choose Then supply the name of your feature branch, and the tool will prefix it with whatever you chose to be the name of your feature branches Finish FeatureWhen finished with your feature, choose the Alternately, you can use the shortcut keys listed below Shortcuts to Finish Feature Command
Or, use the Finish Feature button in the status bar ReleasesStart ReleaseChoose the Alternately, you can use the shortcut keys listed below Shortcuts to Start Release Command
If creating a release branch off of your development branch, choose -- or -- If creating a release branch off another base branch, choose Then supply the name of your release branch, and the tool will prefix it with whatever you chose to be the name of your release branches Finish ReleaseWhen finished with your release, choose the Alternately, you can use the shortcut keys listed below Shortcuts to Finish Release Command
Or, use the Finish Release button in the status bar Then supply the name of the HotfixesStart HotfixChoose the Alternately, you can use the shortcut keys listed below Shortcuts to Start Hotfix Command
If creating a hotfix branch off of your production branch, choose -- or -- If creating a hotfix branch off another base branch, choose Then supply the name of your hotfix branch, and the tool will prefix it with whatever you chose to be the name of your hotfix branches Finish HotfixWhen finished with your hotfix, choose the Alternately, you can use the shortcut keys listed below Shortcuts to Finish Hotfix Command
Or, use the Finish Hotfix button in the status bar Then supply the name of the Git StatusChoosing this from the gitflow4code commands list will display the current status of the local git repository (same as if running Alternately, you can use the shortcut keys listed below Shortcuts to Start Hotfix Command
Extragitflow4code roadmap
Help Out?This project is under constant development. Feedback and suggestions are very welcome and I encourage you to use the Issues list on Github to provide that feedback. ContributingFork the repository and then run:
The After that, initialize the local gitflow4code repository with When done, open a pull request to your feature branch. |