Powershell Snippets
PowerShell is a powerful scripting language that can streamline your tasks and automate repetitive processes. […]
Read morePowerShell is a powerful scripting language that can streamline your tasks and automate repetitive processes. […]
Read moreGit 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…
Read more