Configuring VS Code for Git Difference
We can use Visual Code editor for view the differences in the file changes. Here is how we can do it.
First, we need to set the editor tool to vscode.
> git config --global diff.tool vscode
Next, tell git how to launch the vscode. We have to set c...
drupalworld.hashnode.dev1 min read