зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
44 строки
1.8 KiB
Plaintext
44 строки
1.8 KiB
Plaintext
https://github.com/github/gh-copilot
|
|
gh auth login --web -h github.com
|
|
|
|
https://docs.github.com/en/copilot/using-github-copilot
|
|
https://docs.github.com/en/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-the-cli
|
|
https://docs.github.com/en/copilot/how-tos/use-copilot-for-common-tasks/use-copilot-in-the-cli
|
|
2025
|
|
https://mspoweruser.com/copilot-in-azure-sql-database-will-let-you-write-sql-queries-in-plain-english-preview-out/
|
|
https://techcommunity.microsoft.com/blog/azuresqlblog/microsoft-copilot-in-azure-extends-capabilities-to-azure-sql-database-public-pre/4075408
|
|
https://mspoweruser.com/github-copilot-in-the-cli-is-now-generally-available/
|
|
https://github.blog/changelog/2024-03-21-github-copilot-general-availability-in-the-cli/
|
|
gh ext
|
|
--help
|
|
list
|
|
list installed
|
|
upgrade gh-copilot
|
|
1.1.1
|
|
|
|
|
|
https://github.com/github/gh-copilot
|
|
gh auth login --web
|
|
The value of the GH_TOKEN environment variable is being used for authentication.
|
|
To have GitHub CLI store credentials instead, first clear the value from the environment.
|
|
gh auth login --web -h github.com
|
|
https://docs.github.com/en/copilot/using-github-copilot/using-github-copilot-in-the-command-line
|
|
gh extension search gh-copilot
|
|
gh extension install github/gh-copilot
|
|
gh extension upgrade gh-copilot
|
|
https://docs.github.com/en/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-the-cli#setting-up-aliases
|
|
gh copilot alias
|
|
gh copilot alias -- zsh
|
|
echo 'eval "$(gh copilot alias -- zsh)"' >> ~/.zshrc
|
|
|
|
gh copilot
|
|
--help
|
|
config
|
|
???
|
|
alias bash/zsh
|
|
generate aliases
|
|
ghcs
|
|
gh copilot suggest
|
|
ghce
|
|
gh copilot explain
|