Skip to content
Home » Snippets

Snippets

Powershell Snippets

PowerShell is a powerful scripting language that can streamline your tasks and automate repetitive processes. In this comprehensive guide, we will delve into the world of PowerShell snippets, providing you with a collection of code blocks to enhance your productivity.… 

Do you Git It?

Git is an open-source revision control management system, a very efficient tool for managing projects of all sizes. I won’t go into detail, so for all the ins and outs, please visit the official site here for everything you need to know: git-scm.com. There are many places to keep track and hold your repositories, here are two possibilities;

GitHub is the perfect app to assist with project collaboration. It allows you to commit changes, send pull requests and manage all your public and private git repositories…