# Command line

- [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)


---

# 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/command-line.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.
