# Git

- [Git Actions](https://wiki.owain.codes/git/git-actions.md): These look pretty interesting for automation on repos
- [Build your own Git Action](https://wiki.owain.codes/git/git-actions/build-your-own-git-action.md): WIP: Something I fancy learning to do myself.
- [Create a readme file automatically](https://wiki.owain.codes/git/git-actions/create-a-readme-file-automatically.md)
- [Command line](https://wiki.owain.codes/git/command-line.md): Some useful commands, mostly for my own reference
- [Unstage a file](https://wiki.owain.codes/git/command-line/unstage-a-file.md): How to unstage a file that has been added by mistake
- [Ignore web.config changes on commit](https://wiki.owain.codes/git/command-line/ignore-web.config-changes-on-commit.md)
- [Allow for case-insensitivity in Windows](https://wiki.owain.codes/git/command-line/allow-for-case-insensitivity-in-windows.md)
- [Making VSCode your Git editor and diff tool](https://wiki.owain.codes/git/command-line/making-vscode-your-git-editor-and-diff-tool.md)
- [Add, Push, Pull, Clone](https://wiki.owain.codes/git/command-line/add-push-pull-clone.md): The basic stuff that I use every day.
- [Make Terminal look nice](https://wiki.owain.codes/git/command-line/make-terminal-look-nice.md): How to make your Windows Terminal look nice.
- [Remove files from Git Index](https://wiki.owain.codes/git/command-line/remove-files-from-git-index.md)
- [Conventional Commit](https://wiki.owain.codes/git/conventional-commit.md): The Conventional Commits specification is a lightweight convention on top of commit messages


---

# 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.owain.codes/git.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.
