tags:
- git
- snippets
permalink: what-is-github
title: What is GitHub?
Match both “main” and “master” using fnmatch notation.
ma[is][nt]*
Protect “setup”, “main”, and “master”.
[ms][ae][tis][unt]*
Test fnmatch online (sort of).
View your tokens at https://github.com/settings/tokens.
Search for a specific person's PRs that need reviewed, e.g., the author is mattnorris
.
is:pr is:open review:required draft:false -author:mattnorris
Use the GitHub CLI to create a release.
gh release create ${TAG}