
Git Squash: How to Condense Your Commit History
Introduction Every now and then, you’ll make a mistake in your project’s Git tree. Probably not because you wanted to, but because you just haven’t mastered Git yet. And that’s okay. Maybe you needed to make a lot of commits because you forgot to remove comments in the code. Or you have a tight …
Continue reading “Git Squash: How to Condense Your Commit History”

Git Commands: The 13 You Must Know, In Order
There are challenging aspects of Git you might face while learning it, but most of the time you’ll be using a relatively small number of commands. So, you only need to master the most often used Git commands to get started with the tool. We’ll cover the commands in the order you’d typically use them, …
Continue reading “Git Commands: The 13 You Must Know, In Order”