Using GitHub on a Pair Programming Project
When my journey to learn software development began I envisioned sitting alone in my mom's basement in the dark. The truth is, I had no idea how much teamwork and pair programming would be involved in my new career. As someone who loves collaborating I love working with teams. I am a firm believer that two heads are always better than one. Now here comes the "but".... Work Hug GIF By Kochstrasse™ I knew very little about collaborating on Github as I embarked on my first pair programming project. Here's what I wish I knew: Getting Started Create your repo a.k.a. repository in Github 1 > Settings 2 > Collaborators 3 > Add People Get the Github desktop app You might be thinking "oh jeez, I don't want to install yet another app" but I promise it will make your life easier. Add your repository to Github desktop Open yo...