push to git from vba on windows
问题 I am developing word and excel macros, however to keep revision control and track changes I would like to use GitLab So what I have done so far is to have a code which export out all vba code to a folder on my PC(Z:/Dokumentstyring/GIT), when I run my publish sub routine: Private Sub publish() ThisDocument.save Call ExportVisualBasicCode ' Here I would like to automatically push the code to GIT Call CloseAll End Sub Then I manually go into git shell and type: git config --global user.name