Upon completion of this course you should be able to:
Course Prerequisites:
None
Students are expected to have a working knowledge of:
Linux, Git
1. Introduction to Git
1.1 Installing Git on an ASUSTOR NAS
2. Configuring a Git Repository on your ASUSTOR NAS
2.1 Creating a Shared Folder for Git Repositories
2.2 Configuring Git Repositories
3. Connecting to a Git Repository on your NAS with other Git tools
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
The advantage of the distributed version control system is that Git can still be used locally in an environment without a server or without a network. When a server or a network returns to normal, data will synchronize itself.
Git provided by ASUSTOR only runs using accounts with administrator rights. Before using Git, ASUSTOR recommends that creating a new shared folder to manage all files in a Git Repository in a unified manner.
Git only supports command-line operations, please first ensure that SSH has been enabled.
Users can install appropriate software on other platforms which also support Git to clone the Git repository from an ASUSTOR NAS and then modify and commit source code on different platforms.
Please refer to the Git official website to download and install Git for Windows.
Instructions for Git Gui:
Using TortoiseGit: