2

I'm currently making changes to an older version of my app for customers still on that version but I want to push the changes to another branch I'm working on as well.

Is there an easy way to do this in TortoiseGit without having to copy the files over manually to the next branch and then push again?

Yue Lin Ho
  • 2,479
  • 23
  • 32
buddyp450
  • 601
  • 1
  • 10
  • 26

1 Answers1

4

You obviously want to cherry-pick, there is another answer that tells you how to do it.

Community
  • 1
  • 1
KurzedMetal
  • 11,366
  • 5
  • 35
  • 62