Priyam has hidden some assets in some other branches due to which the game is not able to run. Pranshu found the branches and the commits where the necessary work is there. Help the Team to run the game.
In this challenge, you will learn about Cherry-Pick which is a command used to pick commits from a different branch onto your current branch.
The tasks you have to do are
- Create a new branch
challenge5
- There are three branches,
part1, part2 and part3, each of which have a commit feature1 , feature2 and feature3 respectively.
- Cherry Pick these commits one by one onto the
challenge5 branch.
- Push the changes and create a Pull Request with the description
Solved #5
HINT:
The length commit hash may be useful.
Priyam has hidden some assets in some other branches due to which the game is not able to run. Pranshu found the branches and the commits where the necessary work is there. Help the Team to run the game.
In this challenge, you will learn about Cherry-Pick which is a command used to pick commits from a different branch onto your current branch.
The tasks you have to do are
challenge5part1,part2andpart3, each of which have a commitfeature1,feature2andfeature3respectively.challenge5branch.Solved #5HINT:
The length commit hash may be useful.