A while back I wrote about managing local git branches with git rebase and I…
Read MoreCategory: how-to
Como reverter um commit no git
git how-toExistem algumas maneiras diferentes de desfazer as coisas no git, mas para o propósito deste…
Read MoreHow to revert a commit in git
git how-toThere are a few different ways to undo things in git but for the purpose…
Read MoreManaging local git branches with git rebase
how-toWhen you work on a codebase with other people, you need to manage your local…
Read MoreA caller id for your python function
how-toMost of you might be too young to know this but there was time that…
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 MoreHow to upgrade Rails
how-to railsI don’t write much about Rails here but whoa, two posts in a row! Well,…
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