Earlier quoted context omitted.
Sounds more like resistance to change than anything wrong with Git. I used perforce at my previous company, and while Git's learning curve was higher, I definitely see the advantages of a distributed version control system over a centralized one: 1. Not having to check out files means I can work offline. 2. When working on multiple features, it's much easier to create a new Git branch than it is to create a new Perfo…
Why would you need to know how to use any version control software at all to use a third party library? I mean, I do both, but haven't really seen a connection.
Also "using" a third-party library hopefully results in finding bugs, fixing them, and submitting a pull request to the project.