Git via vscode
The goal here is to ensure we can work on remote server in a directory which is already tracked via Git. We use VScode’s inbuilt remote mechism and git extensions to easily commit code from VSCode itself.
Detailed instructions on connecting VScode with remote already covered on day1. Please check them here
If needed change directory and ensure you are in the Git tracked directory which was setup by cloning in the previous step. Change directory using File > Open folder in the VSCode.
Create a new file named test2.txt