Large Git merges can become complicated especially if there are a lots of unrelated changes to deal with. There is a little trick using `git checkout`, however, that may be useful to resolve merge conflicts quickly.
Posted on Friday, July the 4th 2025
1 min read
Field Note
Conda's Long Path Problem on Windows
conda windows long-paths bug
Posted on Friday, March the 14th 2025
1 min read
Field Note
PowerShell's `Remove-Item -Recurse` is Buggy
powershell remove-item bug
Posted on Thursday, March the 6th 2025
2 min read
Field Note
Inspecting Docker Image Layer Size
docker image layer size
Posted on Wednesday, February the 26th 2025
2 min read
Field Note
The Curious Behavior of PowerShell's `ValidateSet` Attribute
powershell validate-set attribute
Posted on Tuesday, February the 25th 2025
2 min read
Field Note
Removing a Directory from Git Tracking
git tracking
Posted on Monday, January the 20th 2025
1 min read
Field Note
Static Page Redirects using AstroJS
astrojs redirect static-website
Posted on Saturday, January the 11th 2025
2 min read
Field Note
Batch Mode with Basic Authentication using the Ubuntu SFTP command line client