#github
Read more stories on Hashnode
Articles with this tag
One of the best practices when using git is to keep histories on your main branch clean Sometimes, It's very hard. Here, I will share one situation...
In this article, I will walk you through my personal branching and merging strategy that I follow. If you have not gone through Part 1, I recommend...
What is a git branch? A branch is just a pointer which points to a specific commit. What is HEAD in git? The HEAD in Git is the pointer to the...
Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be...
It is a good practice that we delete the branches once they are merged. Branches are just a pointer to a sepecific commit, once they are merged the...
Many a time, you must have faced issues where you need to save your current changes in the project without committing it. Suppose you are working on a...