# GIT

### Materiały od autorów

* <https://git-scm.com/>
  * Strona domowa projektu
* [Przyjemna książka za darmo](https://git-scm.com/book/en/v2) (wydanie 1) 📖

### Materiały

* <https://gitexplorer.com/>
* [git - prosty przewodnik](http://rogerdudler.github.io/git-guide/index.pl.html) 📖
* [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) 📺 🕹️
* [GIT - krok po kroku. Ponad półtorej godziny poradnika](https://www.youtube.com/watch?v=QrJ5cdX1ir4) 📺
* [O'Reilly Webcast: Git w godzinę](https://www.youtube.com/watch?v=OFkgSjRnay4) 📺
* [Interaktywny kurs GIT od git-scm](https://try.github.io/levels/1/challenges/1) 🕹️
* [Interaktywny kurs GIT od codecademy](https://www.codecademy.com/learn/learn-git) 🕹️
* [Interaktywny kurs *Learn Branching*](http://learngitbranching.js.org/) 🕹️
* [Kurs git dla testerów](https://jaktestowac.pl/course/gdt1-git-dla-testerow/) 📺💵


---

# 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://ksiazka.testowanieoprogramowania.pl/narzedzia/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.
