Learning Git: Mastering Remote Repositories (Including GitHub) Jeff Cogswell, May 6, 2020 8 min read In this final installment on learning Git (part one is here, followed by part two and part three), we’re going...
Git: Mastering the Basics of Branch Merging Jeff Cogswell, May 4, 2020 7 min read In the previous two installments (part one is here, followed by part two), we mentioned the concept of merging...
Git: Adding Changes and Checking Status Jeff Cogswell, May 1, 2020 10 min read Although Git is integrated in many different editors, such as Visual Studio Code, it’s important to also know how to...