Reading Time: 5 minutes My month(ish) of learning So one of my goals has to been to dive deeper into Ruby and Rails, but as well as to try to learn a new thing, maybe technical, maybe not, every work day. And then to write that thing down. This was to help with accountability, you know actually doing it,…
Category: Git
Code Documentation – before, after, and during coding
Reading Time: 4 minutes Sometimes you just need to started on some design for work on a larger ticket or new feature, you want to get your thoughts down and maybe start plotting out a code flow or some potential classes but what app do you reach for? So much of the time I reach for Google Docs, for…
Git workflow and my new love of Git alias
Reading Time: 2 minutes 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…
Finding out how little you know about Git
Reading Time: 2 minutes I haven’t been a Git user for a long time, I have just been actively using it since January. That may not sound like a long time, but for a developer using a tool for over 5 months is almost as much as some projects take (if you are lucky) or as long as a…