Hacker News new | ask | show | jobs
by dotancohen 697 days ago
Git would then version that .vdm/ directory - the repo would grow exponentially.
2 comments

The vdm submodule directories would probably have to be entered in the gitignore anyway. You wouldn't want to commit the submodule source files either. Won't the .git directory get excluded that way?
you'd want vdm to be a superset of git commands and then alias git=vdm, or something to avoid that
No, I mean that the larger Git repo, of the main project, would version the .vdm directory.