How to use Git with Synology

Create  Repo on Synology NAS

  1. Using putty login to nas
  2. mkdir app
  3. git init –bare rApp.git
  4. cd rAp.git
  5. git update-server-info
  6. pwd shows 
    /var/services/homes/tt/gitRepos/rr/app/rApp.git

Clone repo

  1. cd work
  2. cd rApp
  3. git clone ssh://tt@192.168.0.21/var/services/homes/tt/gitRepos/rr/app/rApp.git