Reputation: 4783
Is it possible to use two different source control plugins on the same IDE?
(subversion and git)
thanks
Upvotes: 2
Views: 72
Reputation: 888303
Yes, it is.
VS will usually figure out which source control addin to use for each project.
If it doesn't, you can tell it which one to use by clicking Tools, Options, Source Control.
Upvotes: 3