An open API service indexing awesome lists of open source software.

https://github.com/BriargateExcel/Git_In_VBIDE

Create a menu with dropdown options for Git actions
https://github.com/BriargateExcel/Git_In_VBIDE

Last synced: 4 months ago
JSON representation

Create a menu with dropdown options for Git actions

Awesome Lists containing this project

README

        

# Overview #
This repo creates the capability to manipulate Git and GitHub from within the VBIDE.
## Usage ##
From within the GitRoutines module, execute the CreateMenu sub. This adds a new dropdown menu in the main VBIDE menu called GitCommands.
From the GitCommands menu, select Export VBA Project to export any active VBA Project to any directory.
## Limitations ##
As of this initial commit, only the capability to export and import VBA Projects is available. The plan is to augment these options.