Tag: github
All the articles with the tag "github".
Git & Github for Beginners
Published: at 07:22 PM (26 min watch)YouTube Video, This tutorial on Git and Github will go over the basics of Git and Github to get you started and making contributions in no time. I will be going over the basics of what Git and Github are, the concepts that you need to know, and the basic developer's workflow in Git by leading you through each of the most important commands on the command line interface. By the end of this tutorial, you should feel comfortable managing your code on both your computer and your Github repositories.
Git SSH Key Setup
Published: at 07:22 PM (8 min watch)This beginner tutorial will go over how to use SSH Keys with Github. This will allow you to use SSH for basic Git commands instead of using the HTTPS protocol. This video was created on Mac OS but the same method will be used on Linux and Windows. The key generation process will also be the same for using SSH Keys on other platforms such as Gitlab and Bitbucket.