Skip to content

Instantly share code, notes, and snippets.

View Tharuka-Sandaruwan's full-sized avatar
👋
Hello World!

Tharuka Sandaruwan Tharuka-Sandaruwan

👋
Hello World!
View GitHub Profile
@DewaldDeJager
DewaldDeJager / README.md
Last active November 27, 2025 09:16
Easy GitHub workflow for keeping a fork in sync with upstream

Sync Fork

This workflow uses the GitHub CLI to keep a forked repo in sync with the upstream repo. Add it to your repo as .github/workflows/sync-fork.yaml.

It runs daily to sync the default branch and can be triggered manually for any branch.

@jtmoon79
jtmoon79 / python-embedded-for-Win10.md
Last active January 24, 2026 02:06
fully configuring embedded Python on Windows 10

Update: use PowerShell script PythonEmbed4Win.ps1.

The instructions in this gist have some subtle problems and this gist will not be updated.

About