What is it? Choosing a commit from one branch and apply it to another. without merging all the changes. How to do that? first, checkout to the destination branch [crayon-6285c2d0bdc85203501163/] then find the commit hash you want to use and add use the following code to apply that into the current branch: [crayon-6285c2d0bdc8d358672895/] what about