Daily Archives: 24. October 2019

GIT – Overview

GIT basic commands list: git status shows all modifications in the workspace, differences of the local repository, etc. git add <data> or . (for all) […] Read more»

GIT – Setup on Synology Diskstation

Install “Git Server” via Package Manager Create a common folder”git” Login via SSH and navigate to the git folder and create a new git repository: […] Read more»