From this this thread I understand that I can use Rubberduck to export a project and commit it to Github. But the process seems different than committing it directly from the IDE. When I click on Export Active Project, I'm taken to the File Explorer Download folder. How do I go from there? How should I commit and push changes into the repo?
Asked
Active
Viewed 70 times
0
-
What do you mean by "push changes into the repo"? You only have to browse to a folder where the project **forms (binary) and modules (.bas extension)**. Then you can upload them to Github. What other expectations do you have? Anyhow, you can export these vbComponents using standard VBA (or do it manually)... – FaneDuru Mar 17 '23 at 13:15
-
To add locally hosted content to GitHub, look [here](https://docs.github.com/en/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github)... – FaneDuru Mar 17 '23 at 13:24
-
I answered based on information supplied by posted link. To really integrate Rubberduck with GitHub, look [here](https://christopherjmcclellan.wordpress.com/2015/06/29/vba-and-git-the-sequel-this-time-its-integrated/)... – FaneDuru Mar 17 '23 at 13:29
-
1That option was withdrawn from Rubberduck some time ago as it was too problematical. – freeflow Mar 17 '23 at 13:55