Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Test Branch Commits and Main Branch Cherry-Pick Protocol #6

Open
sarthakvermaa opened this issue Mar 17, 2024 · 0 comments
Open

Comments

@sarthakvermaa
Copy link
Contributor

Completing Tasks and Cherry-Picking into Main Branch

To fulfill the requirements:

  1. Create a new branch named test-branch and make three commits in the following order: commit-A, commit-B, and commit-C.
    • 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.
  2. Take a screenshot of the git-log of the above commits.
  3. Checkout to the main branch.
  4. Cherry-pick commit-B into the main branch.
    • The commit message for the cherry-picked commit should be your "GitHub_username-01".
  5. Make a Pull Request to the main branch.
    • Include the screenshot of the git log.
    • Ensure there is only a single commit "GitHub_username-01".
    • Avoid merge conflicts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant