[Server][Git] Fixing git-receive-pack: command not found
## Run on server
alias git-receive-pack="/usr/local/cpanel/3rdparty/bin/git-receive-pack"
## I still need to add it to my ~/.bashrc
export PATH=$PATH:"/usr/local/cpanel/3rdparty/bin"
## Also, on a side note the whole stdin: is not a TTY error can be fixed by removing the /home/git/.bashrc file.