# Versionhallinta

- [Sanasto Git](https://book.sovelluskontti.com/versionhallinta/sanasto.md): Sanastoa Git versionhallintaan. Termejä suomeksi ja englanniksi.
- [Opas Gitin perusteisiin](https://book.sovelluskontti.com/versionhallinta/opas-gitin-perusteisiin.md)
- [Git perusteet 101](https://book.sovelluskontti.com/versionhallinta/git-perusteet-101.md)
- [Git perusteet 102](https://book.sovelluskontti.com/versionhallinta/git-perusteet-102.md)
- [Git perusteet 103](https://book.sovelluskontti.com/versionhallinta/git-perusteet-103.md)
- [Git perusteet 104](https://book.sovelluskontti.com/versionhallinta/git-perusteet-104.md)
- [Git perusteet 105](https://book.sovelluskontti.com/versionhallinta/git-perusteet-105.md)
- [Git perusteet 106](https://book.sovelluskontti.com/versionhallinta/git-perusteet-106.md): Tavoitteena on oppia tekemään ensimmäinen merkintä versionhallintaan.
- [Git perusteet 107](https://book.sovelluskontti.com/versionhallinta/git-harjoitus-107.md): Tavoitteena on saada koko kehitystiimiltä ensimmäiset merkinnät versiohallintaan.
- [Git perusteet 108](https://book.sovelluskontti.com/versionhallinta/git-harjoitus-108.md): Tavoitteena on ymmärtää mikä on merge conflict ja miten sellainen selvitetään.
- [Git muu materiaali ja lähteet](https://book.sovelluskontti.com/versionhallinta/git-muu-materiaali-ja-laehteet.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://book.sovelluskontti.com/versionhallinta.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.
