DEV Community

ShulyAvraham
ShulyAvraham

Posted on

Install Git CLI

Git CLI

CLI is the command line for Git

Install GitHub CLI for Windows

  • Download the Git client for Windows
  • Install the CLI
    • In Choose the default editor for used by git select your editor of preference.
    • Select Override the default branch name for new repositories and enter 'main'
    • In Choose the default behavior for 'git pull' select Rebase

This will install a bash command line prompt

Top comments (0)