Using the flags --ours or --theirs to resolve merge conflicts on binary files via command…
Read MoreCategory: command line
Git Squash Tutorial: How to Combine Git Commits for a Clear and Organized Commit History
command line git how-toA while back I wrote about managing local git branches with git rebase and I…
Read Moregit stash 101
command line git how-togit stash allows you to save your work in progress out of your way
Read MoreDeveloping inside a Docker container
command line how-to JavaScriptA few months ago I got a new computer and I have been very intentional…
Read MoreGit, GitHub and GitLab. Are they all the same thing?
command line git how-toA few years back when I got serious about learning to program to become a…
Read MoreFind the commit that introduced a bug in your code: how to use git bisect in 7 steps
command line git tilWhen I first heard about git bisect I thought it sounded scary and complicated, so…
Read MoreTIL: docker commit
command line tilWhen I need to create a new custom Docker image, I usually start with a…
Read MoreSending docker container logs to a separate file
command lineIn a large web application, the backend logs can get quite verbose: requests created, sent,…
Read MoreCommand line shortcuts
command lineI normally don’t use many shortcuts because it’s easier to just use my arrows and…
Read MoreAdd a filename in the command line when running a Python script
command line how-to python quick-tipOR: Run a Python script with arguments You can add arguments to the command line…
Read More