أعلنت GitHub عن تفعيل إرسال بيانات تتبع مجهولة المصدر افتراضياً في واجهة سطر الأوامر الخاصة بها، بهدف فهم استخدام الميزات وتحسينها. تؤكد الشركة أن الواجهة مفتوحة المصدر ويمكن للمستخدمين الاطلاع على تفاصيل التتبع، مع توفير خيارات لتعطيل هذه الميزة أو مراقبة البيانات المرسلة.

#GitHubCLI #Telemetry

Be careful running trusted or untrusted code with access to your environment variables.

If you're using the #GitHubCLI or #CopilotCLI on a personal computer, sensitive variables may be exposed:

- `GH_TOKEN`
- `GH_ENTERPRISE_TOKEN`
- `GITHUB_TOKEN`
- `GITHUB_ENTERPRISE_TOKEN`
- `GITHUB_AUTH_TOKEN`

These can be read by any executed process, and in some cases tools may also expose tokens via commands like:

`gh auth token`

Treat your environment as compromised when executing code.

#GitHub #AI

Modernize .NET Anywhere with GitHub Copilot - .NET Blog

See how the modernize-dotnet agent helps you assess apps, create upgrade plans, and modernize .NET projects from Visual Studio, VS Code, GitHub Copilot CLI, and GitHub.

.NET Blog

I updated my little project to also consider closed PRs in the list.

TIL: draft PRs are considered state: "open" in #GitHubCLI

🔍 I built a new thing: gh-find!

A find(1)-like utility for searching files across GitHub repositories from the command line.

• Intuitive glob patterns (**/*.go, *.test.js)
• Search branches, tags, or commits (owner/repo@ref)
• Filter by type, extension, size, or date
• Concurrent search with automatic caching
• Integrates with GitHub CLI

https://github.com/jparise/gh-find

#github #githubcli #cli #devtools #opensource

🧹 Tidying Up After Myself: Automatically Deleting Old GitHub Issues

At some point, I had to admit it: I’ve turned GitHub Issues into a glorified chart gallery. Let me explain. Over on my amedee/ansible-servers repository, I have a workflow called workflow-metrics.yml, which runs after every pipeline. It uses yykamei/github-workflows-metrics to generate beautiful charts that show how long my CI pipeline takes to run. Those charts are then posted into a GitHub Issue—one per run. It’s neat. It's visual. It's entirely unnecessary to keep them […]

https://amedee.be/%f0%9f%a7%b9-tidying-up-after-myself-automatically-deleting-old-github-issues/

GitFlowについて今一度考える - Qiita

年末最後に記事の投稿です。毎回プロジェクトを立ち上げる際に考えるgitリポジトリの運用について。プロジェクトの要件によって臨機応変に変えたいと思っているのですが、なかなかうまくいかず...い…

Qiita
Grab it while it‘s hot! Release v2.1.0 of gh-get is available for download. gh-get streamlines the process of cloning GitHub repositories by putting them into a conventional directory structure. Run gh get jane-doe/awesome-repo and it will clone that repo into ~/github/jane-doe/awesome-repo. Never search around for the place you cloned that repo to.
Install it via gh extension install britter/gh-get. https://github.com/britter/gh-get
#GitHub #GitHubCLI #git #release
GitHub - britter/gh-get: Get GitHub repositories with ease

Get GitHub repositories with ease. Contribute to britter/gh-get development by creating an account on GitHub.

GitHub
So I did a thing today. I finally took some time to rewrite the GitHub CLI extension gh-get in Go. It’s an extension that clones repositories and puts them into a standardized directory layout like so: ~/github/<owner>/<repository>
No more „did I clone this before?“ or „where did I clone this to?“ it’s inspired by the ghq CLI tool. https://github.com/britter/gh-get
#GitHub #GitHubExtension #GitHubCLI #GoLang #git
GitHub - britter/gh-get: Get GitHub repositories with ease

Get GitHub repositories with ease. Contribute to britter/gh-get development by creating an account on GitHub.

GitHub

I added support to the #GitHubCLI to “search” gists - well, filter, technically, since there are no APIs to search gists. Also adds a new view when including gists’ content in the search much like code search.

Download https://github.com/cli/cli/releases/latest and run `gh gist list —help` for more information.

Release GitHub CLI 2.59.0 · cli/cli

What's Changed Allow community submitted design work by @BagToad in #9683 Improve SECURITY.md with expectations for privately reported vulnerabilities by @BagToad in #9687 Emit a log message when ...

GitHub