# Git Practice Assignment

Now that you've learned the basic git workflow, let's do a quick practice assignment!&#x20;

Visit the repo:

{% embed url="<https://github.com/IEEEBerkeley/github-practice>" %}

Then follow the workflow you've just used. Add your name (or username if you don't want your name out there openly) to the README.md file (branch, commit, then PR) to main. Your project lead will then approve/merge your PR!&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.berkie.ee/techops/getting-started-projects/getting-started-with-techops-projects/git-practice-assignment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
