Skip to content
Home » Automation » Git

Git

Collaborate With Git Branches

  • Git
  • 3 min read

Git branches are essentially pointers to a specific commit in the Git history. The default branch in Git is the master or main branch, but you can create as many branches as you need to manage your code. When you create a branch, you create a new timeline of commits… Read More »Collaborate With Git Branches

Git Your Infrastructure in Check: Using Version Control to Track Changes with Puppet

As a system administrator or developer, you are likely familiar with the importance of version control in managing code changes. But did you know that you can also use version control to track changes to your infrastructure code? Enter Puppet, a configuration management tool that allows you to define your… Read More »Git Your Infrastructure in Check: Using Version Control to Track Changes with Puppet