Best Git Books

I’ve been trying to use GitLab at work. Our implementation stores thousands of our C++ files. These files are modified by many people. So, doing a Merge Request has been painful for me. Each time, I’ve ended up letting my administrator do the rebase after the MR.

So, I’m looking for a good book on Git. I found online a PDF version of “Pro Git”, but it was last published in 2014. Is there a better book out there that teaches Git?

I have some knowledge on systems similar to Git. For example, I’ve used systems such as ClearCase for years without any problem.