Tag: git

  • Professional Version Control with Git: Pt 3 – Rebase and Bisect

    Professional Version Control with Git: Pt 3 – Rebase and Bisect

    Hello everyone and welcome to part 3 of the professional Git series here at Erik’s Code Space. In part 1, we learned the basics and got our skills good enough to start version controlling our own projects. In part 2, we learned about the collaboration tools available in git and got our skills good enough…

  • Professional Version Control with Git: Pt 2 – Collaboration

    Professional Version Control with Git: Pt 2 – Collaboration

    Welcome back, this article is part 2 of Erik’s Code Space’s series on professional version control with Git. In part one, we learned about the basics of making commits, branching, and merging. In this section, we’re going to learn about the collaboration tools available to us with Git through GitHub. Let’s get started!

  • Professional Version Control with Git: Pt 1 – The Basics

    Professional Version Control with Git: Pt 1 – The Basics

    Welcome to part one of Erik’s Code Space’s first article series of 2021! In this series we’re going to learn all about version control using Git and GitHub. In this first part of the series, we’re going to talk a little about the idea of version control, then jump right in to hands-on usage. This…