Windows generally uses a case-insensitive but not case-preserving file system. When writing some code that is intended to be used on Linux as well as … ...more
Series: Why git?, Basics, Branches, Merging, Remotes Last time we discussed starting a project and committing changes. Now we look at how to create br… ...more
I have been fiddling with some git-related shell scripts, and decided to try and follow the same approach as git in their structure. This means using … ...more
Posts in this series: Syntax, Deployment, Metaprogramming, Ownership There is often a trade-off between programming language features and how fast (an… ...more
Series: Why git?, Basics, Branches, Merging, Remotes Git is a very powerful tool, but somewhat intimidating at first. I will be making some videos wor… ...more