How did I execute `gh auth login`?

2025-08-29--11-45-51

$ gh auth login
? Where do you use GitHub? GitHub.com
? What is your preferred protocol for Git operations on this host? HTTPS
? Authenticate Git with your GitHub credentials? Yes
? How would you like to authenticate GitHub CLI? Login with a web browser

! First copy your one-time code: E250-10A6
Press Enter to open https://github.com/login/device in your browser...
✓ Authentication complete.
- gh config set -h github.com git_protocol https
✓ Configured git protocol
✓ Logged in as dmitrii-fediuk

cli.github.com/manual/gh_auth_login

Outcome

gh auth status:

2025-08-29--11-52-27

  ✓ Logged in to github.com account dmitrii-fediuk (keyring)
  - Active account: true
  - Git operations protocol: https
  - Token: gho_************************************
  - Token scopes: 'gist', 'read:org', 'repo', 'workflow'

cli.github.com/manual/gh_auth_status