Do you want to use Git on your web hosting account at Site.fr? It's very easy. First, activate SSH and log in with it.
In SSH, type "ssh-keygen". You can enter a password, but you don't have to. You can then retrieve the public key like this: "cat ~/.ssh/id_rsa.pub". You can enter this key into your account on Github, Gitlab, Bitbucket or another Git provider.
After that, go to the directory in SSH where you want to clone the Git repository. To begin cloning a repository, enter this command: "git clone






