# README

今回の本は超実践的Git本です。 Gitは高機能で複雑なソフトウェアで難しく感じるかもしれませんが、 実際はよく使うコマンドはほんの数個しかありません。 この本は、そんな高性能なGitからほとんどすべてを削ぎ落とした、 必要最低限のGitだけ覚えるガチなやつです。

とはいえ、実践的というタイトルに嘘偽りはなく、 **筆者が日々やってるGit操作をまとめたもの**であり、 ここに紹介された内容は実際の日々の作業のほとんど全てをカバーしています。 Gitが難しいという方、分かるけどなんかめんどくさいと考えている方、 ぜひ**超怠惰な人間のためのGit**を体験してみてください。

この本は、例によって[CC0](https://creativecommons.org/choose/zero/)でライセンスされ、自由に利用できます。 [ウィッシュリストはこちらです](https://twishli.st/masarakki)。


---

# 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://np-complete.gitbook.io/cho-practical-git/readme.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.
