Tag: git

Julia, are you sure I should commit?

October 11, 2020 · 4 min read
I've been working on Julia for a week now and wanted to try add some pre-commit hooks to the module I have started creating. One of the strengths of the pre-commit library for Python is the ability to create hooks for other languages. I didn't find much out there for Julia though so I tried to build one from scratch.

Adventures with pre-commit

September 30, 2020 · 6 min read
I started using the pre-commit framework a while back on my projects but only with a very basic setup on pretty simple codebases. Common uses are apply code formatters like black or to run static type checking with mypy. I tried to create a rough framework for my Python projects.

Trying to stay on the right track with git

September 28, 2020 · 3 min read
For when my memories are murky, this is a list of common git commands I tend to use, aimed at a relative newbie. I actually used it to give an intro to git presentation to my team a few years ago but it's still a nice reminder of basic usage.
← Prev
Page 1 of 2
Next →