Workaround To Use Two Different GitHub Accounts In VS Code
How to use two different GitHub Accounts in VS Code
Albeit there are many options on how to achieve a solution to this problem, this StackOverflow answer helped me after days of searching for a easy solution.
The solution: Just install VS Code Insider or VSCodeium besides your regular VS Code!
This allows you to have a different GitHub account per tool. To change your Git credentials on a per project basis, you can use my post on it.
Sometimes scrolling through all the StackOverflow answers brings you the enlightment!
You Might Also Like
Ctrl+V: Stuff Worth Sharing #001
This week's episode of SWS contains articles on how to post on Substack, a Lex Fridman podcast episode with Pieter Levels and a tool to visualise JSON files.
Ctrl+V: Stuff Worth Sharing #004
This week's episode of SWS contains the .NET 9 announcement, the journey of Stack Overflow going to the cloud, the Syntax.fm holiday gift guide and the rapid journey of Bluesky gaining millions of users.
Add Giscus to A Blog In A Private GitHub Repository
Tutorial on how to add Giscus to a blog which is hosted in a private GitHub repository.