~/leohuynh.dev/topics/github
#github
Posts and snippets tagged #github.
rss feed ↗posts
Enhance Github Copilot code generation with custom instructions
How I use GitHub Copilot in VS Code, along with my own custom instructions, to boost productivity, keep my code consistent, and make writing (and coding) more fun!
Embedding scripts in web pages made easy with Github and jsDelivr
Learn how to embed scripts and styles in your web pages without the need to modify your site's existing code. Use Github to host your script and style files, and jsDelivr as a CDN to deliver them to your web page.
snippets
Connecting to GitHub using SSH
Using the SSH protocol, you can connect and authenticate to remote Github servers and services without supplying your username and personal access token at each visit.
Verify Github webhooks
Verify and process incoming GitHub webhooks. How to set up listeners, validate requests, and handle Github's webhook events.