- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Reducing the size of a git repository with git-replace
In this post I show how you can split a git repo into 'current' and 'history' repos, and then join them again using git-replace as necessary…
in Git
Rewriting git history simply with git-filter-repo
In this post I describe how I used git-filter-repo in Docker to rewrite the history of a git repository to move files into a subfolder…

Working on two git branches at once with git worktree
In this post I describe how you can use git worktree to check out multiple branches at once, and some scenarios in which this can be useful…
in Git
How to fix the order of commits in GitHub Pull Requests
In this post I show how to ensure your commits in a GitHub pull request PR are displayed in the same order as the commits to the branch…

Making my first contribution on SourceForge using Mercurial
In this post I describe my experience of making my first contribution to a project on SourceForge, using the Mercurial version control system.…

Creating a git repo with Azure Repos and trying out Git LFS
In this post I show how to create a new Git repo on Azure Repos, how to install Git LFS locally, and host to enable Git LFS in your repositories…

