Productivity tips on GIT
These posts are about the cool stuffs related to version control using GIT. Feeling excited!
April 4, 2020
Fix common mistakes while working with git
Everybody is not perfect. So, mistakes do happen when working with git too. Mistake 1: Typo mistakes done with the commit message. I think most of us fall into this a number of times. Solution:...
ReadFebruary 15, 2020
Approach to merge feature branch to development branch
Well this approach is what i found while working on adding a pwa feature branch to the development branch of a web app and obviously i don't want anything to break up and screw my weekend 😏...
Read