Version Control,
GitFlow Workflow – A High Level Overview
Introduction Git-flow is a very popular workflow to utilize git branching in an efficient manner. The original post can be found on this link and today I’ll try to summarize and provide a very high level overview for easy reference. In a nutshell GitFlow is based on centralized distribution model. Every developer can push to … Read more
Basic Front-end Dev. Environment Setup
In this post I will share with you a very basic development environment setup which is very useful if you just quickly want to evaluate some functionality. Same time this has a good foundation and can be extended once you are done with the initial testing. Angular and React are now a days default choice … Read more
Git Branching – Fast Forward
Think of it this way, you started watching a movie on your TV at home. You got 30 minutes into it and had to leave. While you were gone, you were able to use your phone to watch another 15 minutes from where you left off. so now you are at minute 45 in the … Read more
Basic Git Branching
In “Avengers: Endgame” , when Dr. Banner (Hulk) meets with Ancient one on the roof top and they discuss a different timeline in regard to infinity stone. That’s there, was branching in play, instead of source code, they were talking about time travel and alternate reality. Branching is a very useful topic in software version … Read more