git: Cherry-pick branch
Very useful command to cherry pick the whole branch
git cherry-pick 751a77^..8b62f1
^
- means the the first commit will be included too
Very useful command to cherry pick the whole branch
git cherry-pick 751a77^..8b62f1
^
- means the the first commit will be included too