Is there a way to integrate Git into the Windows cmd or PowerShell?

cmd, git, powershell, windows

Solution

Download and install Git as shown in the link. In the sixth slide, 'Adjusting your PATH environment.', check for the option 'Run Git and included Unix tools from the Windows command prompt' and that's it!

Problem

Is there a way to integrate Git into the Windows cmd or PowerShell? - so that it feels a bit like a Linux terminal. How?

Original source