To understand Git and the concept of version control, looking at version control from an historical perspective is helpful. There have been three generations of version control software. The first ...
If you’ve ever explored the world of software development, then chances are you’ve heard of GitHub. This code hosting platform is one of the most popular ways for developers to host their projects and ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Git and GitLab aren’t hard to learn. All you have to do is cover a few of the basic concepts, ...
If you’re looking to migrate to macOS and want to still be able to use Git as your version control system, you’re in luck because it can be easily installed. There are a few different ways Git can be ...
One of the most compelling features of the Git version control system is its ability to create highly usable and lightweight branches, and the ease of merging those branches later. Branching creates ...
Community driven content discussing all aspects of software development from DevOps to design patterns. These two approaches are described in detail in the video above and in this recently published ...
What better way to learn to use Git than a gamified interface that visualizes every change? That’s the idea behind Oh My Git! which aims to teach players all about the popular version control system ...
Started on a new team recently (data engineers/ETL using Pentaho) and found out that while they were using a git (BitBucket) to store their jobs and transformations, they were using git absolutely ...