Generating a SSH key via GIT Bash
Adding a SSH Key to GitHub Account
Enable Open Folder as VSCode Project in Context Menu
Fix for Script running disabled in Windows PS
VS Code Setup for Web Development
How to Install MSYS2 with MinGW-w64
How to Install GCC
Install CLang++ Pt. 1
[Install CLang++ Pt. 2](http://blog.johannesmp.com/2015/09/01/instal
You must configure a remote that points to the upstream repository in Git to sync changes you make in a fork with the original repository. This also allows you to sync changes made in the original repository with the fork.
-
List the current configured remote repository for your fork.
$ git remote -v > origin https://github.com/YOUR_USERNAME/YOUR_FORK.git (fetch)