Git
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
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
Git up your App
I was once invited to give training to developers of a reputed company regarding application designs and architectural concerns utilizing various technology stacks in areas of both front-end and back-end development. Though the overall training sessions went well but one thing we struggled with was sharing of code, there were some hands-on-exercises and some starter … Read more