DISCLAIMER: Learning faster isn’t about skipping topics and being half-boiled in the domain. So, don’t think I am gonna show you some shortcuts. Instead, I am gonna show you ways to put more effort than you normally do in the same amount of time whic...
> Bob is my uncle…
> He dropped his ice cream.
> He didn’t know how to git.
> Now he has no ice cream.
DONT BE LIKE BOB
Lucky for you I am here to share some ways to fix your mistakes on your project. This is assuming you already know git, if...
In the last story1, we created a new repository on GitHub and pushed our code to the main branch. In this one, let’s rewind a bit, I'll walk you through how to look back at your development history and test new features safely using Git.
By now, you...
Git is a powerful Source Control Management SCM tool, and when combined with GitHub, it becomes much more than just version tracking. In this article, I'll walk you through the essential Git commands I regularly use in my projects. Let's dive in!
W...