I have two branches. One is master, and the other one i myBranch and they look something like this:
master | | myBranch | / | / |/ | I want to merge them into one branch, keeping all the changes from the master branch, not keeping anything from myBranch.
masterbranch and deletingmyBranch.myBranchwhy doing amerge?masterbut I don't want to deletemyBranchbecause I'm using the same branch for another project (this was stupid idea, right?)myBranchfirst and then deletemyBranchfrom this repo?