- report CSS diffs to PR's
- Deploy your Vue app to github pages using vite
- https://stordahl.dev/writing/preview-deploys
- https://github.com/k88hudson/git-flight-rules
- https://github.com/pingcap/talent-plan/blob/master/courses/tp103-open-source-community.md
- https://www.freecodecamp.org/news/advanced-git-interactive-rebase-cherry-picking-reflog-and-more
- Introduction to Software Development Tooling
- https://trevordmiller.com/videos
- GitHub API/automation questions
- https://andrewhoglund.com/code/talks/github/js/2020/05/08/building-automations-with-graphql-and-github-apps.html
- https://codereviewvideos.com/course/your-own-private-github
git diff --no-index some-file some-other-file
- https://gitexplorer.com
- https://github.com/webpro/awesome-dotfiles
- https://twitter.com/ChrisStaud/status/1574277175527735296
- https://katafrakt.me/2017/05/27/beyond-git
- https://jhey.dev/cheep/what-the-git
- https://github.com/binarymist/command-line/blob/master/git.md
- 2 useful Git CLI tips for code review
- https://andrewking.ca/2020/01/how-to-do-high-bar-code-review-without-being-a-jerk
- checkout
- git-annex allows managing files with git, without checking the file contents into git.
- I still use a GUI (SourceTree) for most operations.
- git push origin HEAD
- git commit dependency analysis tool
- https://jwiegley.github.io/git-from-the-bottom-up
- https://jeremykun.com/2020/01/14/the-communicative-value-of-using-git-well
- https://github.com/tanhauhau/tanhauhau.github.io/blob/dev/content/notes/2019-09-17%20-%20git.md
- https://lihautan.com/git-gudder
- https://github.com/git-tips/tips
- https://georgestocker.com/2020/03/04/please-stop-recommending-git-flow
- https://github.com/pluralsight/git-internals-pdf
- Setting up Git identities
- What are some of your favorite @github tips and tricks?
- https://gpanders.com/posts/creating-your-own-git-server
- https://ses4j.github.io/2020/04/01/git-alias-recent-branches
- https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1
- https://www.welcometothejungle.com/en/articles/btc-history-git
- https://daniel.haxx.se/blog/2020/11/09/this-is-how-i-git
- https://mikkel.ca/blog/git-is-my-buddy-effective-solo-developer
- https://www.mikestreety.co.uk/blog/git-clone-a-repository-without-the-history
- https://onmyway133.com/posts/useful-git-commands-for-everyday-use
- https://alexwlchan.net/a-plumbers-guide-to-git
- Quick and easy way to retrieve emails for all git commit authors
- https://jonsuh.com/blog/git-command-line-shortcuts
- https://dadrian.io/blog/posts/trunk-based-development-with-git
- https://coderscat.com/how-to-delete-a-file-permanently-in-git + https://rtyley.github.io/bfg-repo-cleaner
- https://www.emilysamp.dev/2022/11/26/git-bisect
- Recover a deleted file
- https://www.hanselman.com/blog/EasilyRenameYourGitDefaultBranchFromMasterToMain.aspx
- git diff --color-moved
- A pure JavaScript implementation of git for node and browsers!
- https://github.com/shaneosullivan/git-shortcuts
- https://httptoolkit.tech/blog/find-best-git-aliases
- Git hook is the new Husky
- https://www.joepurnell.dev/blog/git-stash-a-personal-reminder
- https://remimercier.com/how-to-use-git-bisect
- https://ashellunts.github.io/blog/03_git_commands_that_i_cant_remember.html
- https://dev.to/ninofiliu/cool-json-git-diff-command-5d32
- https://nelsonslog.wordpress.com/2024/05/22/promoting-a-git-project-to-a-bare-repo
- https://github.com/tmcw/github-best-practices
- https://richiemccoll.com/on-demand-code-review-with-chatgpt + https://github.com/nearform/reviewbot
- https://github.com/rafgraph/spa-github-pages
- https://github.com/troessner/articles/blob/master/docs/2016-02-06-how-to-use-github-to-evaluate-developers.md
- Handbook for Octokit maintainers and GitHub integrators
- https://twitter.com/0xInfection/status/1353345861976252417 + https://0xinfection.medium.com/utilizing-ci-cds-to-the-fullest-for-fun-and-profit-78f73d505fd0
- https://sneak.berlin/20200307/the-case-against-microsoft-and-github
- https://github.blog/2020-04-09-github-protips-tips-tricks-hacks-and-secrets-from-lee-reilly
- https://felixge.de/2013/03/11/the-pull-request-hack
- https://rahuldkjain.github.io/gh-profile-readme-generator + https://github.com/rahuldkjain/github-profile-readme-generator
- https://www.freecodecamp.org/news/the-ultimate-guide-to-open-source
- https://ryangjchandler.co.uk/articles/running-github-actions-for-certain-commit-messages
- https://dev.to/oliverjumpertz/setting-up-jenkins-to-handle-github-pull-requests-5bjc
- https://begriffs.com/posts/2018-06-05-mailing-list-vs-github.html
- https://quanticdev.com/articles/how-to-use-github
- https://quanticdev.com/articles/website-with-github-pages
- https://github.com/tiimgreen/github-cheat-sheet
- https://github.com/settings/security-log?q=action:user.failed_login
- https://github.com/boyney123/github-actions
- https://github.com/sdras/awesome-actions
- A GitHub App for enforcing approval policies on pull requests that goes beyond what GitHub natively supports
- Create a semantic release workflow with Lerna, Conventional Commits and GitHub Actions
- A small package of software which will help you configure an automated build and publish process, using Travis CI and GitHub Pages.
- https://blog.teddykatz.com/2021/03/17/github-actions-write-access.html
- https://channel9.msdn.com/Shows/DevOps-Lab/Deploying-packages-with-GitHub-Actions
- https://hibbard.eu/tweet-javascript-github-action
- https://dotfiles.github.io/inspiration
- Use GitHub Actions for more inclusive words
- https://dev.to/frontendphil/using-github-actions-and-vercel-for-end-to-end-tests-4l36
- https://www.jclem.net/posts/2019-01-28-hey-siri-deploy-my-elixir-app
- Run your GitHub Actions locally
- Automated Github Backups with ECS and S3
- https://github.com/useful-forks/useful-forks.github.io
- https://ospfranco.github.io/post/2021/05/04/build-react-native-app-on-github-actions
- https://github.com/yangshun/delete-github-forks
- Bot that invites people to a private GitHub repo from a Discord channel
- Given I cannot find how to flick a project in @travisci, I started transitioning to @github Actions
- A GitHub action to upload an Android .apk or .aab file to the Google Play Console
- Deploying static sites with Github Actions - Alex Wilson
- https://awsteele.com/blog/2021/09/15/aws-federation-comes-to-github-actions.html
- View Your Repository On the Web. GH Action that renders all Markdown documents into HTML documents to view them as a website.
- https://ophirharpaz.github.io/posts/two-github-accounts-one-computer
- https://blog.mifi.no/2021/01/10/example-github-action-workflow-to-auto-push-a-specified-directory-to-a-different-github-repo
- https://engineering.salesforce.com/github-actions-security-best-practices-b8f9df5c75f5
- Generate releases based on semantic version labels on pull requests
- https://roadie.io/blog/avoid-leaking-github-org-data
- https://github.com/nelsontky/gh-pages-url-shortener
- The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
- https://marcinhoppe.com/securing-your-github-project
- https://chainguard.dev/posts/2021-12-01-zero-friction-keyless-signing
- HTML Preview for GitHub Repositories
- https://datastation.multiprocess.io/blog/2021-12-16-sqlserver-in-github-actions.html
- https://github.com/erezrokah/2fa-with-slack-action + https://twitter.com/seldo/status/1230184614632640517
- https://github.com/yangshun/delete-github-forks
- https://blog.maximeheckel.com/posts/building-perfect-github-action-frontend-teams
- https://blog.myitcv.io/2020/02/04/portable-ci-cd-with-pure-go-github-actions.html
- https://egoist.sh/poor-man-backup
- https://github.com/undergroundwires/bump-everywhere
- https://dovh.io/posts/2021-05-20-github-actions-automatic-release
- https://www.adrianbolonio.com/en/accessibility-github-actions + https://www.canaxess.com.au/articles/gotta-catch-em-all
- https://alexcican.com/post/guide-hosting-website-dropbox-github/#downsides-of-github
- https://www.adrianbolonio.com/en/accessibility-github-actions
- A re-usable GitHub Actions CI workflow for verifying Rails apps
- https://www.tomray.dev/deploy-nestjs-cloud-run
- Heroku Review Apps managed by GitHub Actions
- https://github.com/uraimo/run-on-arch-action
- Building GitHub Actions
- https://github.com/peaceiris/actions-gh-pages
- https://www.poberezkin.com/posts/2017-07-12-talk-auditing-development-guidelines-in-github-repositories.html
- https://github.com/JamesIves/github-pages-deploy-action
- Generate LICENSE file from package.json
- https://blog.nietaanraken.nl/posts/github-pages-command-injection
- https://kinoshita.eti.br/2021/10/22/removing-invisible-unread-github-notifications.html
- Github as CV
- how to search github.com for multiple topics
- GitHub label without configuration
- https://karimrahal.com/2023/01/05/github-actions-leaking-secrets
- all github pages links can be permalinks
- https://github.com/manovotny/github-releases-for-automated-package-publishing-action
- https://github.com/ahmadnassri/action-semantic-release
- https://www.lloydatkinson.net/posts/2022/scheduling-webhook-and-api-calls-with-github-actions
- action to mirror a repository to S3 compatible object storage
- https://github.com/cli/cli
- Searches through git repositories for high entropy strings and secrets, digging deep into commit history
- A syntax-highlighter for git and diff output
- Seriously am I the only one around here using SourceTree?
- Radicle: A peer-to-peer alternative to GitHub
- Fast and powerful Git hooks manager for any type of projects.
- Is there a nice git diff visual tool?
- A viewer for git and diff output
- https://bridgecrew.io/blog/using-yor-for-ownership-mapping-using-yaml-tag-groups
- A build tool for NPM monorepos
- https://philbooth.me/blog/build-a-better-release-script
- interactive
git
with the help offzf
- https://seb.jambor.dev/posts/improving-shell-workflows-with-fzf
- https://www.stefanjudis.com/today-i-learned/git-supports-global-gitignore-files
- https://github.com/pomber/git-history
- https://github.com/tj/git-extras
- generate release PRs based on the conventionalcommits.org spec
- A git prepare-commit-msg hook for authoring commit messages with GPT-3
- https://github.com/googleapis/repo-automation-bots
- https://github.com/TheCoreMan/make-git-better-2
- https://justi.cz/security/2021/04/20/cocoapods-rce.html
- https://blog.ryotak.me/post/homebrew-security-incident-en
- https://github.com/awslabs/git-secrets
- https://www.praetorian.com/blog/self-hosted-github-runners-are-backdoors
- https://blog.ryotak.net/post/github-actions-staff-access-token-en