I like to write the release notes for my projects by hand, but sometimes it can be useful to have some help along the way. …
Helping people setup development environments (and fix them when they break) can be incredibly frustrating. I'm really excited about cloud-based development environments such as GitHub Codespaces for exactly this reason - I love the idea that you can get a working environment by clicking a green button, and if it breaks you can throw it away and click the button again to get a brand new one. …
GitHub Projects has a mechanism for bulk updating the status of items, but it's pretty difficult to figure out how to do it. …
The GitHub Code Search beta is really powerful - it allows advanced search - including regular expression matches - against every public repo on GitHub. …
GitHub Pages is an excellent free hosting platform, but the documentation is missing out on some crucial details. …
GitHub Gists are full Git repositories, and can be cloned and pushed to. …
I figured out how to migrate a GitHub wiki (public or private) from one repository to another while preserving all history. …
I found out today (via this post) about a dedicated interface for reporting bugs in GitHub to GitHub: …
This is so much easier than I was expecting it to be. …
GitHub's Dependabot can automatically file PRs with bumps to dependencies when new versions of them are available. …
I have my own private notes
repository where I sometimes create research threads. Occasionally I want to transfer these to a public repository to publish their contents. …
It turns out GitHub Flavored Markdown can apply syntax highlighting to Python console examples, like this one: …
I wanted to be able to fetch details of a list of different repositories from the GitHub GraphQL API by name in a single operation. …
I wanted to use the GitHub GraphQL API to return all of the repositories on the https://github.com/topics/git-scraping page. …
(See also Building a self-updating profile README for GitHub on my blog) …
Access to a Repositories Dependency Graph describes a preview API for accessing GitHub repository dependencies. …