#git
Read more stories on Hashnode
Articles with this tag
Many commits can be made in a single branch. Git Squash is the technique we can use to combine all these commits as one which will lead to maintaining...
Merge and rebase are two different approaches to get changes from one branch to another. Let's assume we are trying to get the latest changes from the...