Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 369 Bytes

git_local_setup.md

File metadata and controls

17 lines (16 loc) · 369 Bytes

When installing the Git client, I like to do it with WinGet. I install the client, then I install the GitHub CLI. Using the GitHub CLI I login.

winget install --id Git.Git -e --source winget
winget install --id GitHub.cli
gh auth login
git config --global user.name "John Doe"
git config --global user.email [email protected]