Power Shell: quick and easy Git version check and update
I recently complete my IT technical support course from Google, and one of the thing that I found more handy, is working on the command lines. PowerShell for me that I use windows. It is a lot more fast and easy than interacting with the GUI and offers you endless possibilities. Today, I will share with you how to update git on it: first, you will need to look for the PowerShell, look for this icon: Open it, and you will see something like this: first, you can check the current version you have installed by typing: git --version The shell will tell you which current version you have installed on your computer, and if there are any other new version available, it will ask you if you want to update. With a Y/n,...