Skip to content

Conversation

@02ez
Copy link

@02ez 02ez commented Sep 6, 2025

Reverting per assignment

Copilot AI and others added 7 commits September 6, 2025 01:39
git clone https://github.com/02ez/mcino-Introduction-to-Git-and-GitHub.git
cd mcino-Introduction-to-Git-and-GitHub

# Execute all Part 2 tasks
git checkout -b bug-fix-typo
sed -i 's/2022 XYZ, Inc./2023 XYZ, Inc./g' README... (#2)

* Initial plan

* Complete Part 2 Git workflow: typo fix, merge, and revert branches

Co-authored-by: 02ez <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: 02ez <[email protected]>
…perations (#3)

* Initial plan

* Implement copyright update workflow - create branch, update year to 2023, merge to main

Co-authored-by: 02ez <[email protected]>

* Update merge_branches.txt

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: 02ez <[email protected]>
Co-authored-by: Tyler McDaniel <[email protected]>
Co-authored-by: Copilot <[email protected]>
git clone https://github.com/02ez/mcino-Introduction-to-Git-and-GitHub.git
cd mcino-Introduction-to-Git-and-GitHub

# Fix typo branch
git checkout -b bug-fix-typo
sed -i 's/2022 XYZ, Inc./2023 XYZ, Inc./g' README.md
git add README.md
... (#1)

* Initial plan

* Complete Git workflow: fix typo, merge, and revert changes

Co-authored-by: 02ez <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: 02ez <[email protected]>
Co-authored-by: Tyler McDaniel <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
@Copilot Copilot AI review requested due to automatic review settings September 6, 2025 10:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts the copyright year in the README.md file from 2023 back to 2022 as requested per assignment instructions.

  • Restores copyright year to 2022 in README.md footer

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

github-actions bot commented Sep 6, 2025

Congratulations! You have completed the lab. Closing for maintainence purpose.

@github-actions github-actions bot closed this Sep 6, 2025
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

Successfully merging this pull request may close these issues.

1 participant