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
- Host: GitHub
- URL: https://github.com/BriargateExcel/Git_In_VBIDE
- Owner: BriargateExcel
- Created: 2018-06-06T20:47:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T21:12:07.000Z (almost 7 years ago)
- Last Synced: 2024-08-13T07:18:25.137Z (8 months ago)
- Language: Visual Basic
- Size: 96.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- jimsghstars - BriargateExcel/Git_In_VBIDE - Create a menu with dropdown options for Git actions (Visual Basic)
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.