Setup GitHub SSH key using Windows
GitHub SSH authentification using Windows
Jul 30, 20222 min read66

Search for a command to run...
Articles tagged with #git
GitHub SSH authentification using Windows

Following guide on how I automated authenticating ssh key for windows WSL Debian

Automating git ssh authentification on startup

Using the git terminal below are steps in creating a new branch and pushing it to remote repository

Cloning repository to your local computer is needed so you can work on your code changes locally. Below is article on how to clone your repo with git

When updating your git ignore file to exclude a file and that file keeps being tracked, you need to clear your git cache. Below is a guide.
