Tutorial 1 (19th February):ΒΆ
Note
In this first tutorial, you will learn to setup the basic environment with the following steps:
Install Ubuntu as a reference virtual machine;
Login to your VM by ssh;
Add your customized shell;
Use a customized editor;
Use a collaborative version control (git).
- Setting Up a VM on Linux/Windows and Mac (intel chips)
- Setting Up a VM on a Mac (ARM chips)
- Customizing Your Editor
- Customizing Your Shell
- Setting Up ssh
- Git
- Installation
- Creating an account on a Git hosting service
- Register your ssh public key with the hosting service
- Create a Git repository on a hosting service
- Permission setting on a Git hosting service
- Create a new local repository
- Synchronize the local repo with the remote repo
- Overview of how Git works
- Practice 1: Commit a new file
- Practice 2: Commit file update
- Practice 3: Restore lost files from a remote repo
- Practice 4: Restore a past version
- Practice 5: Create a patch
- Practice 6: Apply a patch
- Practice 7: Create a branch
- Practice 8: Switch a branch
- Practice 9: Merge a branch
- Further information