merge Featured Differences Between Git Merge and Rebase — and Why You Should Care A comparison of git merge and rebase commands and when to use them!
Git Featured How to Tidy up a Dirty Commit History (squash vs fixup) Got some unwanted files, changes, or commit messages in your history? Don't worry! In this post I'll show you how to tidy up a dirty commit history.
Members only Git Featured How to Split Commits and Remove Unwanted Files Did you perhaps commit that log file or binary by accident? No worries! In this post I'll provide you with three ways to remove unwanted files from a series of commits.
Members only Git Git Commands & Concepts – Demystified (part 3) Being overwhelmed by Git's commands & concepts is unfortunately not too uncommon. This final post in the small series, aimed at making your life with Git more durable, focuses on branch manipulation!