Setup git repo on Synology
#Setup Repo
ssh root@10.0.1.10
cd /volume1/git
mkdir new.repo.git
and enter dirgit init --bare
#Push to Repo
ssh://antonyGit@10.0.1.10/volume1/git/repo.name.git
If there are any odd permission errors, ensure that the repo directory is owned by antonyGit. If not, chown -R antonyGit repo.name.git