Skip to content

Instantly share code, notes, and snippets.

@soderlind
Last active July 6, 2024 14:07
Show Gist options
  • Save soderlind/59818bfab936437bef24285cfb703ec2 to your computer and use it in GitHub Desktop.
Save soderlind/59818bfab936437bef24285cfb703ec2 to your computer and use it in GitHub Desktop.
GitHub Copilot CLI aliases
# GitHub CLI aliases
eval "$(gh copilot alias -- zsh)" # or bash
# Old school aliases
alias '??'='ghcs'
alias 'git?'='ghcs -t git'
alias 'gh?'='ghcs -t gh'
alias 'explain'='ghce'
git? clone repo sentry
gh? clone repo sentry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment