Skip to content

Instantly share code, notes, and snippets.

@raspberrypisig
Forked from yermulnik/config.yml
Created June 7, 2023 02:20
Show Gist options
  • Save raspberrypisig/cd8a2e9b251b93eca38acf6e5216149a to your computer and use it in GitHub Desktop.
Save raspberrypisig/cd8a2e9b251b93eca38acf6e5216149a to your computer and use it in GitHub Desktop.
GH CLI multi-account switch
git_protocol: ssh
aliases:
personal: '!cp ~/.config/gh/hosts.yml.personal ~/.config/gh/hosts.yml && gh auth status'
work: '!cp ~/.config/gh/hosts.yml.work ~/.config/gh/hosts.yml && gh auth status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment