Skip to main content

Command Palette

Search for a command to run...

100 Days of DevOps - Day 28: Git Cherry Pick

Updated
1 min read

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.