100 Days of DevOps - Day 28: Git Cherry Pick
Step 1: Login into the storage server.
Step 2: Traverse the given path and check the branch.
Step 3: Get the history of commits in a branch.
Step 4: Switch to the master branch and Cherry pick the commit with id eff384678b39ec3ef6ea2deb031c1c0107fb92b5 for info.txt.
Step 5: Validate whether the commit for cherry-pick and check status.
Step 6: Push changes to master.
