How to install GIT in Solus OS [with screenshots]
First of all, we have to ensure, that git is not istalled:
$ git --version

Ok, git is not installed. So, let's run a command to install git:
$ sudo eopkg install git
And follow the process of installation:

End of installation and check:

Done!