-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
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,part2andpart3, each of which have a commitfeature1,feature2andfeature3respectively. - Cherry Pick these commits one by one onto the
challenge5branch. - Push the changes and create a Pull Request with the description
Solved #5
HINT:
The length commit hash may be useful.