Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-25 00:19:09 +00:00
parent ffb5ac3c0a
commit 686b592a91
25 changed files with 169 additions and 31 deletions

33
tldr/gh-copilot Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# gh copilot
> Interact with GitHub Copilot.
> More information: <https://github.com/github/gh-copilot#usage>.
- Suggest a command, given a description:
`gh copilot suggest "{{Install git}}"`
- Suggest a Git command:
`gh copilot suggest {{[-t|--target]}} git "{{Undo the most recent local commits}}"`
- Explain a command:
`gh copilot explain "{{traceroute example.com}}"`
- Generate shell-specific aliases for Bash:
`echo 'eval "$(gh copilot alias -- bash)"' >> ~/.bashrc`
- Generate shell-specific aliases for Zsh:
`echo 'eval "$(gh copilot alias -- zsh)"' >> ~/.zshrc`
- Configure options:
`gh copilot config`