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

created DELTA.md #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions DELTA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
These GitHub beginner exercises for a treasure hunt involve tasks aimed at teaching teams fundamental Git and GitHub operations:

Initializing a Repository: Teams clone a repository, create a README file, commit it, and push changes to their team's branch.

Collaborating on a Secret Code: Teams fork a repository, create a new branch, make changes to a decoding guide, commit, push, and create a pull request for review.

Tracking Changes in Manuscripts: Teams add multiple versions of an ancient manuscript to the repository, commit each version with relevant messages, and view the commit history.

Resolving Conflicts in Expedition Notes: Teams fetch updates, merge them into their local branch, resolve conflicts if any, commit the changes, and push the final version to GitHub.

Reverting Changes in Artifact Documentation: Teams identify a commit with correct documentation, revert to that commit, and push the changes to GitHub.

These exercises are designed to simulate real-world scenarios, helping teams practice essential Git commands like clone, branch, commit, push, fetch, merge, revert, and view commit history