Last time I created a post to update a feature branch from develop. It was all good until I realize that there is an easier way to do it. So much easier than what I did before. Feel dumb to found about this. So this is the thing that we need to do. Instead of… Continue reading Easier Way to Update a Feature Branch
Tag: git
How to Update a Feature Branch from the Latest Develop
Often, we found that our feature branch got behind from the develop branch. Especially when we try to merge to develop long after we create the feature branch. The result of this thing is none other than the big merge conflict. To avoid this kind of stuff from happening, we need to merge from develop… Continue reading How to Update a Feature Branch from the Latest Develop