#git
Read more stories on Hashnode
Articles with this tag
The other day I got a lovely email from one of my readers asking how to revert a commit that was made wrongly. I looked back at my articles and...
You might accidentally make a typo while writing your commit message. Or because you quickly tried to solve a bug, you accidentally left the old...
There will come a time when you optimize your workflow to ensure PR requests are as small as possible. Each request can be minimal, so you end up with...
Now that we have a broad understanding of what Git is, let's dive deeper into some more specific topics. IN this article, I'll explain what GitHub...
Let's say we have a file called timezone.js, and we commit this file to Git. All good and well. But then we realized the whole repo used "time zone"...
When it comes to writing commit messages, we all get blackouts. It's very hard sometimes to describe a commit message and make it meaningful. And...