GoGit-3.0 icon indicating copy to clipboard operation
GoGit-3.0 copied to clipboard

Cherry Pick 🍒

Open Atharv23m opened this issue 1 year ago • 0 comments
trafficstars

Create a new branch named test-branch and make three commits in the following order: commit-A, commit-B, and commit-C.

Each commit should provide answers to the following questions:

  • In commit-A, share the name of your favorite fictional character.
  • In commit-B, let us know about your favorite non-fictional character.
  • In commit-C, share a quote that inspires you.
  • Take a screenshot of the git-log of above commits. After this checkout to main branch
  • Cherry-pick commit-B into the main branch.
  • The commit message for the cherry-picked commit should be your "GitHub_username-01".

Make a PR to the main branch, It should include:

  • The screenshot of the git log.
  • There should only be a single commit "GitHub_username-01"
  • No merge conflict

Atharv23m avatar Jan 02 '24 19:01 Atharv23m