2 posts tagged with "git"

Git Fixup and Autosquash (August 07, 2020)
Tags:

Maintaining a clean git history brings me a lot of joy. That's because sometimes it's extremely difficult to make happen all the time when I'm constantly going back, seeing a small mistake, and need to make a teeny edit. Say I make a commit to update…

Gatsby Build Automation (December 01, 2018)

What I wanted to simplify for myself is the following process: write a blog post on Sublime Text on my laptop push it to the repository's master branch push it to the production server Gatsby builds all the static files and deploys it Thanks to…

All tags