Skip to content

Commit 50b8661

Browse files
authored
Merge pull request #4384 from rubberduck-vba/Update-About
Reword the bit about source control
2 parents 0559303 + 9d61e37 commit 50b8661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/About.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It's an add-in for the VBA IDE, the glorious *Visual Basic Editor* (VBE) - which
66

77
Rubberduck wants to help its users write better, cleaner, maintainable code. The many **code inspections** and **refactoring tools** help harmlessly making changes to the code, and **unit testing** helps writing a *safety net* that makes it easy to know exactly what broke when you made that *small little harmless modification*.
88

9-
Rubberduck wants to bring VBA into the 21st century, and wants to see more open-source VBA repositories on [GitHub](https://github.com/) - VBA code and **source control** don't traditionally exactly work hand in hand; unless you've automated it, exporting each module one by one to your local repository, fetching the remote changes, re-importing every module one by one back into the project, ...is *a little bit* tedious. Rubberduck integrates Git into the IDE, and handles all the file handling behind the scenes - a bit like Visual Studio's *Team Explorer*.
9+
Rubberduck wants to bring VBA into the 21st century, and wants to see more open-source VBA repositories on [GitHub](https://github.com/) - VBA code and **source control** don't traditionally exactly work hand in hand; unless you've automated it, exporting each module one by one to your local repository, fetching the remote changes, re-importing every module one by one back into the project, ...is *a little bit* tedious. Rubberduck reduces this tedium by allowing you to export all modules from your probject to wherever you have your source control set up.
1010

1111
---
1212

0 commit comments

Comments
 (0)