Skip to content

Instantly share code, notes, and snippets.

@ryodeushii
Created November 16, 2023 13:37
Show Gist options
  • Save ryodeushii/31bf67f62bcad36156f0da490ba7a57d to your computer and use it in GitHub Desktop.
Save ryodeushii/31bf67f62bcad36156f0da490ba7a57d to your computer and use it in GitHub Desktop.
GitHub Copilot CLI setup

install extension:

gh extension install github/gh-copilot

upgrade

gh extension upgrade gh-copilot

add alias to .bashrc or .zshrc

alias ??="gh copilot suggest "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment