Use Multiple GitHub accounts on one Machine
This Blog will contain Three main tools:
Git Bash
VS code
Github
Create ssh Folder
Follow the below commands
cd ~ # To ensure you are on home
mkdir ~/.ssh # Create ssh folder
Change Directory to ssh by
cd ~/.ssh
Check if is there any ssh keys ...
chandank.hashnode.dev3 min read