#programming
Read more stories on Hashnode
Articles with this tag
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...