GIT access
After logged at SSH, you can use GIT to pull, push, clone, etc.
GIT path is:
# /usr/local/cpanel/3rdparty/bin/git
You can also create an alias, to type only “git”, just do it:
# nano .bashrc
And after this line “# User specific aliases and functions”, insert it:
alias git="/usr/local/cpanel/3rdparty/bin/git"
Save with ctrl-x and Y
Logoff and login again to use the new alias, like so:
# git ...