Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 629 Bytes

What is VBAGit?

It's an add-in for the Microsoft VBA IDE (Visual Basic Editor, VBE) to help developer manage source code through git.

Current project status

Project in development now...

The following git commands are implemented:

  • Init (create repository)
  • Commit
  • Revert
  • Create branch

Prerequisites

  • Microsoft .NET 4.0+

Libraries

Build

Project developing in Microsoft Visual Studio 2015

Installation

To install add-in after building you must execute RegisterAddinForIDE.reg file to add information in the windows registry.