A while back I wrote about managing local git branches with git rebase and I…
Read MoreCategory: command line
git stash 101
command line 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 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 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 MoreCustomize your terminal prompt with colors
command lineNOTE: the steps below assumes you have a Bash shell. If you are using a…
Read MoreCheck which commands you typed in the command line and don’t repeat yourself!
command lineRecently I needed to repeat a series of long~ish commands in the command line but…
Read More