-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: Pythonista
git & Synology
Setting up Synology with git A great article here with screenshots – How to install Git Server Some git commands now to use: Creating working store: cd git_repo mkdir project.git cd project.git git –bare init cd .. chown -R git:users … Continue reading