I have a master branch with multiple child branches. Each child branch has a small difference compared to the master branch. I often run into the case that I update my master branch and would like the child branches take that update/commit as well. How do I accomplish this is a good clean way?
Currently I am using Gitkraken for this case, so solutions with Gitkraken are welcome as well.