I have a question about which version of git is installed / being used, in my on-prem GitLab CE
- GitLab 12.10 is running on RHEL 7.9
- When I SSH into that machine
$ git --version
returnsgit version 1.8.3.1
- When I visit GitLab via web, it tells me Gitaly is running git version 2.26.2
Does Gitaly / GitLab come with it’s own version of git?
I ask because my GitLab is due for an upgrade and I’m making sure I have my dependencies in order first. RHEL is way out-of-date with its git version, so I’d love it if Gitaly is already taking care of this issue for me.
Thanks!