So that the question is not open and unanswered. First, the distribution of Kali linux
comes installed by default git
now if any distribution based on debian
does not have installed the simplest would be to apply the commands
apt-get update
apt-get install git
more installation details
How to know if I have git installed in both Ubuntu and Kali Linux.
The simplest thing would be to verify the version of git if you have installed it will result in the version if it will not give you a message that does not have installed git
(although there may be many more options)
git --version