Accurev externally, git internally
问题 I’m working on a project using Accurev as a VCS. Since I’m not at all familiar with it, I’m wondering if it would be a good idea to use git “internally” - meaning I would use git locally, then doing the “official” commits with Accurev. Would this be an OK approach? If yes, I would naturally want to exclude git from the Accurev versioning. Is it sufficient to have a .acignore that looks something like this: myproject/.git myproject/.git/* myproject/.gitignore Thanks! 回答1: You should be able to