#github
Read more stories on Hashnode
Articles with this tag
A complete guide on creating, testing, publishing and debugging a custom GitHub Action in Typescript with the best practices. · GitHub Actions are a...
Wait, what? Slash commands are available on GitHub? I recorded a two minutes video to showcase how it works: https://youtu.be/r3z4sotrQXQ Just open...
Why do we Fork and not just Clone? · How to Fork a repository on GitHub is as easy as pressing a button, we take this for granted, but why is it...
Navigate the Awesome Lists! · Free resources for developers, board games, and chess... what do they have in common? You can find them in some GitHub...
There's a plethora of triggers you can use to run a GitHub Action. You can run it on a schedule, on a push or a pull request, or even on a...
Merge Commit vs Squash vs Rebase on GitHub · When Merging a Pull Request on GitHub, you mainly have three options, with a merge commit, squash or...