Standard Search
About 46 results
https://rednafi.com/misc/audit-commit-messages-on-github/ · 6 Oct 2022
Automate commit message validation with GitHub Actions. Enforce refs and closes patterns to maintain clean Git history and link commits to issues.
https://charlesharri.es/stream/cache-busting-with-github-actions · 8 Aug 2022
If you want to bust your asset cache whenever a GitHub Action deploys your site, it's actually remarkably easy!
https://rednafi.com/misc/when-to-use-git-pull-rebase/ · 14 Jul 2022
Fix divergent branch errors with git pull --rebase. Learn when to rebase local commits on top of remote changes for cleaner Git history.
https://rednafi.com/misc/automerge-dependabot-prs-on-github/ · 7 Jul 2022
Automatically merge Dependabot pull requests using GitHub Actions. Configure branch protection and status checks for safe automated dependency updates.
https://rednafi.com/python/github-action-template-python/ · 2 Mar 2022
Production-ready GitHub Actions workflow for Python with multi-OS testing, dependency caching, automated updates, and daily scheduled runs.
https://blog.nove-b.dev/posts/github-action-wordpress-deploy · 28 Nov 2021
FTPでファイルをアップロードするのが面倒くさい 今まで多くの人がそうであるように、 1. サイト作成 2. Githubに最新バージョンをプッシュ 3. FileZillaをしようしてサーバーにデプロイ 4. 修正...
https://heaths.dev/tips/2021/04/22/gh-user.html · 22 Apr 2021
How to define a GitHub CLI alias to query users who can be assigned issues within the current repository.
https://marko.tech/journal/favorite-github-repos · 27 Feb 2020
Today I'm going to share with you some of my absolute favorite finds on Github. Some are rare gems, others are foundational or lifesavers. Each is worth a glance at the very least if not a deep delving into.
https://heaths.dev/tips/2019/11/11/rebasing-commits-on-one-topic-branch-onto-another-branch.html · 11 Nov 2019
Rebasing commits on one topic branch onto another topic branch is a great way to stay productive while waiting for pull requests to be reviewed. Even if subsequent commits are made to the original topic branch, you can still create a subsequent PR with onl...
https://nesbitt.io/2018/11/25/untangle-your-github-notifications-with-octobox.html · 25 Nov 2018
Octobox helps you manage your GitHub notifications in the same way Gmail helps you with email, it's now available on the GitHub Marketplace.