Last active
July 6, 2024 14:07
GitHub Copilot CLI aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment