GitHub Actions for Windows

Some tips for Windows development and GitHub Actions

PowerShellForGitHub

The PowerShellForGitHub pages are pretty brief, but you can get a lot of information by using the Get-Help cmdlet. For example:

 Get-Help Set-GitHubAuthentication -ShowWindow 
or just examples like
 Get-Help Set-GitHubAuthentication -Examples