Git (4)
2026
SinceTag is now on the Mac App Store
SinceTag, a release dashboard for your local git repos, is now on the Mac App Store. See what changed since the last tag and what is coming next.
2019
Signing commits using GitHub Desktop on macOS
By verifying your identity in Keybase and using a public key to sign your commits, people can be more confident that a given commit indeed came from you.
2018
Remove local branches not present on GitHub
Run git remote prune origin to delete all branches which exist locally but not on GitHub.
Why You Shouldn't Commit launch.json to Git - A Guide
Running dotnet script init in a folder already containing main.csx missing launch.json creates a launch.json file fitted to your local install of dotnet script