Install Git CLI
Windows OS
Video Tutorial
- Open Powershell as an Administrator.
- Execute the command below to install GitCli, GitBash, and GitGui
choco install git.install
- Verify that the installation was successful by searching and running
Git Bash
from your Windows Search Bar. - Verify that the
git
cli is working by executing the command below to view your current version of the cli.git --version