How to connect Visual Studio with GitHub on Mac!

Connecting your an IDE with your repository is a game changer. It allows you to develop code and have version tracking all in one application!

At work, I’ve mainly used Windows and Linux. At home, I use Mac. This tutorial is for you Mac users who are coding on your personal laptops 🙂

In this tutorial, I’ll be connecting three different applications:
-Visual Studio (IDE)
-GitHub (Git)
-GitHub Desktop (GUI for Git)

Bonus: I’ll also talk about how to generate a public and private SSH keys for GitHub!

Hope this helps you get started!
-Henrik