A --> B --> C
C is a newer commit and A is an older commit.
I currently have A checked out. Is there a way to get the changes from C applied to my current state without getting the changes from B?
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalA --> B --> C
C is a newer commit and A is an older commit.
I currently have A checked out. Is there a way to get the changes from C applied to my current state without getting the changes from B?
git help cherry-pick