diff --git a/CHARLIE.md b/CHARLIE.md new file mode 100644 index 0000000..5b33d58 --- /dev/null +++ b/CHARLIE.md @@ -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. \ No newline at end of file diff --git a/manuscript.txt b/manuscript.txt new file mode 100644 index 0000000..815089d Binary files /dev/null and b/manuscript.txt differ diff --git a/treasure.md b/treasure.md index f24cd32..e9af927 100644 --- a/treasure.md +++ b/treasure.md @@ -206,3 +206,4 @@ You have documented a newly found artifact, but some details were incorrect. You --- These exercises will provide you with practical experience using GitHub and help you develop a solid understanding of fundamental GitHub commands and workflows. +precious from team charlie made a change to the guide \ No newline at end of file