Skip to content
Home » version control » Page 2

version control

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

Multitask with git stash

Have you ever found yourself in a situation where you’re working on a feature branch and suddenly a high priority bug needs to be fixed? Or maybe you’re working on a project and you want to switch branches to do some quick testing, but you don’t want to commit your… Read More »Multitask with git stash

Installing git on Windows

  • Git
  • 2 min read

Git is a powerful version control system that allows developers to track changes to their code and collaborate with team members. If you’re working on a Windows machine, you’ll need to install and configure Git in order to use it. Installation Installing Git on Windows is straightforward. Simply visit the… Read More »Installing git on Windows