> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/git.md).

# 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
