GitHub

Use C# to upload files to a GitHub repository

Use C# to upload files to a GitHub repository

In this post, let's use the Octokit library to use C# to upload files to a GitHub repository.

Dave Brock
Dave Brock
CSharp
How to nuke sensitive commits from your GitHub repository

How to nuke sensitive commits from your GitHub repository

Let's learn how to hit Ctrl+Z on a regretful commit.

Dave Brock
Dave Brock
GitHub
Compress Images in GitHub Using Imgbot

Compress Images in GitHub Using Imgbot

How to use the ImgBot GitHub app for set-it-and-forget-it image compression.

Dave Brock
Dave Brock
GitHub
Tweeting New GitHub Pages Posts from GitHub Actions

Tweeting New GitHub Pages Posts from GitHub Actions

Use the power of GitHub Actions to tweet GitHub pages post from a CI pipeline.

Dave Brock
Dave Brock
GitHub
Level Up Your GitHub Experience with Chrome Extensions

Level Up Your GitHub Experience with Chrome Extensions

In this post, I write about my favorite GitHub extensions for the Chrome browser.

Dave Brock
Dave Brock
GitHub
GitHub tip: You don't need that .git extension to clone

GitHub tip: You don't need that .git extension to clone

Enjoy a quick tip on cloning without the .git extension.

Dave Brock
Dave Brock
Git