Let’s explore: what is a shell and terminal?

I still feel new to the world of terminals, consoles, and yes, shells. Being a Java engineer for 12 years really didn't expose me much to these concepts in my day-to-day work, but now as a Ruby on Rails engineer, it is my preferred way of interacting with my tests, servers, get and any other command/app or API I might…

0 Comments

Git workflow and my new love of Git alias

For good or bad, my current Git workflow does not include merges, but rebasing. It keeps the history cleaner, works with the established workflow (pretty standard GitHub flow) just no merge commits.  I was trying to find a nice graph of the master branch, but coming from a GitLab background it isn't hard to find this information in the GitLab…

0 Comments